Contenu
-
{% for c in cards %}
-
{{ c.page.title }}
{# A title written inside a project is short on purpose; out of
context, the dossier is what makes it findable. #}
{% if c.project %}{{ c.project.title }}{% endif %}
{% if c.page.summary %}
{{ c.page.summary }}
{% endif %}
{% endfor %}