{{ item.title }}
{% endif %}
{% if item.subtitle %}
{{ item.subtitle }}
{% endif %}
{% macro card(item) %}
{% endmacro %} {% macro card_simple(item) %} {% if item.subtitle %}{{ item.subtitle }}{% endif %}{{ item.content | trim | markdown | safe }}{% if item.tags %} {% endif %}
{% endmacro %} {% macro entry(item) %} {% if item.link %} {% else %}{{ item.content | trim | markdown | safe }}
{% endif %} {% if item.icon %}{% else %} {% endif %} {% endmacro %} {% macro box(item) %}{% endif %} {% if item.title or item.subtitle %}
{% if item.title %}{% endif %} {% if item.link %}{{ item.title }}{% endif %} {% if item.subtitle %}{{ item.subtitle }}{% endif %}
{% endif %}{% else %} {% endif %}{% if item.img %}{{ item.title }}{% if item.subtitle %}{{ item.subtitle }}{% endif %}{% else %} {% endif %} {% if item.link %}
{% endmacro %} {% macro art_simple(item) %}
{% if item.link %} {{ item.title }} {% else %}{{ item.title }}{% endif %} {% if item.subtitle %}{{ item.subtitle }}{% endif %} {% if item.content %}{{ item.content }}{% endif %} {% if item.footer %} {% endif %}
{% endmacro %}
{% if item.link %} {{ item.title }} {% else %}{{ item.title }}{% endif %} {% if item.subtitle %}{{ item.subtitle }}{% endif %}