mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
6 lines
136 B
HTML
6 lines
136 B
HTML
|
{{ define "main" }}
|
||
|
<div id="home-jumbotron" class="jumbotron text-center">
|
||
|
<h1 class="title">{{ .Site.Title }}</h1>
|
||
|
</div>
|
||
|
{{ end }}
|