coder/layouts/partials/page.html
2024-01-03 19:09:11 +03:00

14 lines
254 B
HTML

<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{ .Title }}
</a>
</h1>
</header>
{{ .Content }}
</article>
</section>