23 lines
574 B
Plaintext
23 lines
574 B
Plaintext
<!--
|
|
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
|
|
SPDX-FileCopyrightText: 2023 Oriol Carbonell <info@oriolcarbonell.cat>
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
{{ define "title" -}}
|
|
{{( pgettext "Location" "title" )}}
|
|
{{- end }}
|
|
|
|
{{ define "content" -}}
|
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/location.locationPage*/ -}}
|
|
|
|
<h2>{{( pgettext "Location" "title" )}}</h2>
|
|
<div class="contact-page">
|
|
<div class="contact-details">
|
|
|
|
{{ .Directions }}
|
|
</div>
|
|
|
|
{{ .MapEmbed }}
|
|
</div>
|
|
{{- end }}
|