staticsite/themes/fiscleconsult/layouts/index.html

6 lines
140 B
HTML
Raw Normal View History

2020-12-06 16:20:47 +00:00
{{ define "main" }}
<br>
<div id="home-jumbotron" class="jumbotron text-center">
<h1 class="title">{{ .Site.Title }}</h1>
</div>
{{ end }}