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

11 lines
226 B
HTML
Raw Normal View History

2024-01-24 11:20:57 +00:00
<article class="full">
<div class="article-head">
<h1>{{ .Title }}</h1>
</div>
<article class="content">
<div class="narrow">
{{ .Content }}
</div>
</article>
</article>