a
2247ee2776
still missing some things but they were missing before anyway. so it's probably better to just push and deploy already. Reviewed-on: #1
16 lines
332 B
HTML
16 lines
332 B
HTML
{{ define "main" }}
|
|
<main class="single">
|
|
<header class="section page-header">
|
|
<div class="container">
|
|
<h1 class="page-title">{{ .Title }}</h1>
|
|
<p class="page-summary">{{.Summary}}</p>
|
|
</div>
|
|
</header>
|
|
<section class="section content">
|
|
<div class="container">
|
|
{{ .Content }}
|
|
</div>
|
|
</section>
|
|
</main>
|
|
{{ end }}
|