2023-10-06 20:14:11 +00:00
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
-->
|
|
|
|
{{ define "title" -}}
|
|
|
|
{{( pgettext "Campground" "title" )}}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ define "content" -}}
|
|
|
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/app.campgroundPage*/ -}}
|
|
|
|
<h2>{{( pgettext "Campground" "title" )}}</h2>
|
2023-12-13 22:23:28 +00:00
|
|
|
<div class="camping_map">{{ template "campground_map.svg" }}</div>
|
2023-10-06 20:14:11 +00:00
|
|
|
{{- end }}
|