blogamore/layouts/index.html
2022-11-13 20:52:45 +01:00

5 lines
No EOL
144 B
HTML

{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center bg-light">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}