6 lines
146 B
HTML
Raw Normal View History

2023-01-19 18:21:20 +01:00
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}