{% extends "base.html" %} {% block content %} {{ section.content | safe }}
{% for button in config.extra.buttons %}
{% set imageTag = '' ~ button.alt ~ '' %} {% if button.link %} {{ imageTag | safe }} {% else %} {{ imageTag | safe }} {% endif %}
{% endfor %}
{% endblock content %}