5 lines
94 B
HTML
5 lines
94 B
HTML
<header class="content__header">
|
|
<h1>{{ .Title | markdownify }}</h1>
|
|
{{ .Content }}
|
|
</header>
|