recettes/themes/hugo-recettes/layouts/_default/single.html

16 lines
328 B
HTML

{{ partial "header.html" . }}
<main role="main">
<article itemscope itemtype="http://schema.org/BlogPosting">
<header class="header">
<h2 class="content-title">
{{ .Title }}
</h2>
</header>
<section class="content">
{{ .Content }}
</section>
</article>
</main>
{{ partial "footer.html" . }}