7 lines
196 B
HTML
7 lines
196 B
HTML
|
{{ define "page" }}
|
||
|
<article class="container">
|
||
|
<a href="{{ .CurrentSection.RelPermalink }}">Back to {{ .CurrentSection.Title }}</a>
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
{{ .Content }}
|
||
|
</article>
|
||
|
{{ end }}
|