15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
|
||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||
|
-->
|
||
|
{{ define "title" -}}
|
||
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/page.publicPage*/ -}}
|
||
|
{{ .Title }}
|
||
|
{{- end }}
|
||
|
|
||
|
{{ define "content" -}}
|
||
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/page.publicPage*/ -}}
|
||
|
<h2>{{ .Title }}</h2>
|
||
|
{{ .Content }}
|
||
|
{{- end }}
|