tlwiki/layouts/partials/title_and_content.html

5 lines
94 B
HTML

<header class="content__header">
<h1>{{ .Title | markdownify }}</h1>
{{ .Content }}
</header>