|
|
@ -16,9 +16,11 @@
|
|
|
|
<p class="display-5 fw-bold h2 text-center">{{ . | markdownify }}</p>
|
|
|
|
<p class="display-5 fw-bold h2 text-center">{{ . | markdownify }}</p>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Params.blurb }}
|
|
|
|
{{ with .Params.blurb }}
|
|
|
|
<section>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="col col-lg-7 mx-auto">
|
|
|
|
<div class="justify-content-center row">
|
|
|
|
<p class="lead text-center">{{ . | markdownify }}</p>
|
|
|
|
<div class="col col-auto col-lg-7 px-0">
|
|
|
|
|
|
|
|
<p class="lead text-center">{{ . | markdownify }}</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|