{% extends "jinja/types/page.html" %} {% set title %}About me{% endset %} {% block content %}

About me

{% for row in config.ABOUT_ME %}

{{ row[1] }}

{% for img in row[0] %} {% if not loop.last %} {% else %} {% endif %} {% endfor %}
{% endfor %} {% endblock %}