Initial commit: Add telonma homepage

This commit is contained in:
2024-12-19 13:52:17 +01:00
commit eabd1921ab
222 changed files with 27012 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>