devroom.io/themes/devroom-2024/layouts/partials/page.html

11 lines
226 B
HTML

<article class="full">
<div class="article-head">
<h1>{{ .Title }}</h1>
</div>
<article class="content">
<div class="narrow">
{{ .Content }}
</div>
</article>
</article>