1
Fork 0
theorangeone.net-legacy/layouts/index.html

9 lines
254 B
HTML
Raw Normal View History

2017-10-25 09:35:55 +01:00
{{ define "main" }}
2017-10-25 13:52:52 +01:00
<header id="index-header" class="d-flex align-items-center">
2017-10-25 13:49:43 +01:00
<div class="text-center m-auto text-light">
2017-10-25 09:35:55 +01:00
<h1 class="display-1">{{ .Title }}</h1>
<p class="lead">{{ .RawContent }}</p>
</div>
</header>
{{ end }}