{% extends "section.html.jinja" %} {% block html_content %} {% if image_format == 'svg' %} {{ img|safe }} {% else %} {% endif %} {% if caption is not none %} {{ caption }} {% endif %} {% endblock html_content %}