{% macro hero(title) %}

{{title}}

{% endmacro hero %} {% macro list_articles(pages) %}
{% for page in pages %} {{ post_macros::page_in_list(page=page) }} {% endfor %}
{% endmacro list_articles %} {% macro paginate(paginator) %}
{% endmacro paginate %} {% macro navbar() %} {% if config.extra.zulma_menu or config.extra.zulma_brand or config.build_search_index %}
{% endif %} {% endmacro navbar %} {% macro footer() %} {% if config.extra.zulma_allow_theme_selection %} {% endif %} {% endmacro footer %} {% macro css() %} {% if config.extra.zulma_allow_theme_selection %} {% for theme in config.extra.zulma_themes %} {% if config.extra.zulma_theme %} {% set default_theme = config.extra.zulma_theme %} {% else %} {% set default_theme = "default" %} {% endif %} {% if default_theme == theme %} {% else %} {% endif %} {% endfor %} {% elif config.extra.zulma_theme %} {% else %} {% endif %} {% endmacro css %}