mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
12 lines
232 B
HTML
12 lines
232 B
HTML
{{ partial "head_meta" . }}
|
|
{{ partial "header" . }}
|
|
<main>
|
|
<div class="item-header">
|
|
<h2>{{ .Title }}</h2>
|
|
</div>
|
|
|
|
<div class="item">
|
|
<div class="text-justify">{{ .Content }}</div>
|
|
</div>
|
|
</main>
|
|
{{ partial "footer" . }} |