mono-3d.fr/templates/partials/title.html

4 lines
171 B
HTML
Raw Normal View History

2026-04-15 03:58:05 +02:00
{%- if not section and not page -%} {{ "Erreur 404" }} {%- else -%} {%- set doc
= section | default(value=page | default(value=false)) -%} {{- doc.title -}} {%-
endif -%}