blob: 656f2f116583bf3a68f91d8bbabfbbb8afe4e3b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{ .Title }}
</a>
</h1>
</header>
{{ .Content }}
</article>
</section>
|