{# output a featured image for an article #} {% macro fi(pic, link='', alt='', title='', credit='', credit_link='') %} {% if not link %}{% set link = pic %}{% endif %} {% endmacro %} {# output a card image #} {% macro ci(pic, link='', alt='', title='', credit='', credit_link='') %} {% if not link %}{% set link = pic %}{% endif %}
{% if link %}{% endif %}{% if link %}{% endif %} {% if credit %}
Bild: {% if credit_link %}{% endif %}{{ credit }}{% if credit_link %}{% endif %}
{% endif %}
{% endmacro %}