{% 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'] }} {% for item in section['items'] -%} {{ item }} {% endfor -%} {% endfor %} {% endblock %}