jakubb-hugo/layouts/_default/single.html

10 lines
129 B
HTML
Raw Normal View History

2024-01-29 04:53:34 +00:00
{{ partial "header.html" . }}
<div class="content">
2024-01-29 04:53:34 +00:00
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
2024-01-29 04:53:34 +00:00
{{ partial "footer.html" . }}