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

  <div>
    {{ .Site.Params.Description }}
  </div>
</div>
{{ end }}