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