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,13 @@
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>{{ .item.heading }}</h2>
{{- $html := .item.contents | markdownify }}
{{- if (findRE "<p(?: [^>]*)?>" $html) }}
{{ $html }}
{{- else -}}
<p>{{ $html }}</p>
{{- end }}
</header>
</div>
</section>