Files
telonma-homepage/themes/hugo-arcana/layouts/partials/homepage/blocks/cta.html

11 lines
315 B
HTML

<section id="cta" class="wrapper style3">
<div class="container">
<header>
<h2>{{ .item.contents | markdownify }}</h2>
{{- with .item.button }}
<a href="{{ .url }}" class="button">{{ .contents }}</a>
{{- end }}
</header>
</div>
</section>