Dumped maoremobile.yt

This commit is contained in:
Kevin Bataille
2025-10-11 13:53:31 +02:00
commit d7cc2e23f4
54 changed files with 2680 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{{ define "main" }}
<div class="hero">
<h1>{{ .Title }}</h1>
<p>{{ .Params.subtitle }}</p>
</div>
<div class="content">
{{ .Content }}
</div>
{{ end }}