mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
11 lines
210 B
HTML
11 lines
210 B
HTML
{{template "head.html"}}
|
|
{{template "menu.html"}}
|
|
|
|
<section>
|
|
<h1>{{.Title}}</h1>
|
|
<small>Published on {{format .Published "2. January 2006"}}</small>
|
|
{{.Content}}
|
|
</section>
|
|
|
|
{{template "end.html"}}
|