{* SPDX-FileCopyrightText: © 2025 Olivier Meunier SPDX-License-Identifier: AGPL-3.0-only *} {{- extends "./include/base" }} {{ block body() }}

{{ .Item.Title }}

{{- if !empty(.Item.Description) -}}

{{ .Item.Description }}

{{- end -}} {{- if .Image.Name != "" && .Item.DocumentType == "photo" || .Item.DocumentType == "video" -}}
{{- end -}} {{- if isset(.Item.Files.article) -}}
{{- unsafeWrite(.HTML) -}}
{{- end -}} {{ end }}