tlwiki-hugo-theme/layouts/partials/title_and_content.html

5 lines
94 B
HTML
Raw Normal View History

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