Files
Custom-Static-Website-Gener…/sample-hugo-template/Tech-Club-Blog/layouts/_default/single.html
2020-05-10 20:47:17 +04:00

13 lines
213 B
HTML

{{ define "main" }}
<section class="section narrow">
{{ partial "page/hero.html" . }}
<article id="articleContent" class="post-content">
{{ .Content }}
</article>
</section>
{{ end }}