13 lines
213 B
HTML
13 lines
213 B
HTML
{{ define "main" }}
|
|
|
|
<section class="section narrow">
|
|
|
|
{{ partial "page/hero.html" . }}
|
|
|
|
<article id="articleContent" class="post-content">
|
|
{{ .Content }}
|
|
</article>
|
|
|
|
</section>
|
|
|
|
{{ end }} |