tlwiki/layouts/partials/title_and_desc.html

5 lines
98 B
HTML

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