lubitest/public/layouts/_default/single.html
lubiana e5584dd778
Some checks failed
/ debug (push) Failing after 36s
test
2024-12-12 20:20:48 +01:00

14 lines
280 B
HTML

{{ define "header" }}
<div class="post-heading">
<h1>{{ .Title }}</h1>
</div>
{{ end }}
{{ define "main" }}
<div class="row">
<div class="ten columns offset-by-one">
<article>
{{ .Content }}
</article>
</div>
</div>
{{ end }}