started projet viewmode full page

This commit is contained in:
2026-08-15 18:58:29 +02:00
parent d3799fb3b3
commit 9f9a2501ee
12 changed files with 4439 additions and 33 deletions
@@ -65,9 +65,13 @@
<article{{ attributes }}>
{{ title_prefix }}
{% if label and not page %}
{% if label %}
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
{% if not page %}
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
{% else %}
{{ label }}
{% endif %}
</h2>
{% endif %}
{{ title_suffix }}