14 lines
254 B
HTML
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>
|