{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block description %}{{ section.description }}{% endblock description %} {% 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 %}