fabinfra-theme/layouts/index.html

8 lines
226 B
HTML
Raw Normal View History

2020-09-24 17:05:45 +02:00
{{ partial "head_meta" . }}
2020-02-26 15:48:48 +01:00
{{ partial "header" . }}
2020-09-24 17:05:45 +02:00
<main>
<!-- Start Content -->
<div class="text-justify">{{ .Content }}</div>
<!-- End Content -->
</main>
{{ partial "footer" . }}