mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-04-30 14:34:01 +02:00
12 lines
255 B
HTML
12 lines
255 B
HTML
{{ define "main" }}
|
|
<section class="highlighted">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</section>
|
|
|
|
<section>
|
|
{{ range .Pages }}
|
|
<a class="tag" href="{{ .RelPermalink }}">#{{ .LinkTitle }}</a>
|
|
{{ end }}
|
|
</section>
|
|
{{ end }}
|