This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/themes/geeklab/layouts/_default/single.html
Robert Kaussow c8627b6e5b
All checks were successful
the build was successful
Squashed: fix headers; add meta inforation
2018-12-23 16:04:58 +01:00

11 lines
225 B
HTML

{{ define "main" }}
<article class="post">
<header class="post-header">
<h1 class="post-header__title">{{ .Title }}</h1>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}