{% extends "base.html" %} {% block content %} {{ section.content | safe }}
{% for gif in config.extra.gifs %} {% set img = '' ~ gif.alt ~ '' %} {% if gif.href %} {{ img | safe }} {% else %} {{ img | safe }} {% endif %} {% endfor %}
{% endblock content %}