22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
|
||
|
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 }}
|