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

9 lines
264 B
HTML
Raw Normal View History

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