blob: 518e6e22dddbf8f32144b6d4da4abe90c08fd033 (
plain)
1
2
3
4
5
6
7
8
9
|
{{ define "main" }}
<hgroup>
<h1>{{- .Title -}}</h1>
<p>Some dude on the internet with–like–opinions and stuff</p>
</hgroup>
<section class="content">
{{- .Content -}}
</section>
{{ end }}
|