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