coder/layouts/partials/page.html

14 lines
254 B
HTML
Raw Normal View History

2024-01-03 19:09:11 +03:00
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{ .Title }}
</a>
</h1>
</header>
{{ .Content }}
</article>
</section>