publik-base-theme/templates/variants/nimes/combo/link-list-cell.html

13 lines
360 B
HTML

{% extends 'combo/link-list-cell.html' %}
{% block cell-header %}
{% if title %}<h2 class="cell--title">{{ title }}</h2>{% endif %}
{% if links|length == 1 %}
<a href={{ links.0.url }}>
{% endif %}
{% include "combo/asset_picture_fragment.html" %}
{% if links|length == 1 %}
</a>
{% endif %}
{% endblock cell-header %}