12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 jordi fita mas <jordi@tandem.blog>
|
||
|
SPDX-License-Identifier: AGPL-3.0-only
|
||
|
-->
|
||
|
{{ define "title" -}}
|
||
|
{{( pgettext "Dashboard" "title" )}}
|
||
|
{{- end }}
|
||
|
|
||
|
{{ define "content" -}}
|
||
|
<h2>{{( pgettext "Dashboard" "title" )}}</h2>
|
||
|
{{- end }}
|