{% extends "base.jinja" %} {% block content %}

{{ data['title'] }}

{% set comma = joiner(",") %} {% for section in data['sections'] %} {{ comma() }} {{ section['title'] }} {% endfor %}
{% for section in data['sections'] %}

{{ section['title'] }}

{% endfor %} {% endblock %}