mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
13 lines
311 B
HTML
13 lines
311 B
HTML
{{ partial "header.html" . }}
|
|
<div class="section main">
|
|
<div class="container">
|
|
<div class="content">
|
|
{{ partial "page-heading.html" . }}
|
|
<div class="markdown">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ partial "footer.html" . }}
|