{% extends "layout.html" %} {% block title %}{{ block.super }} — {{ settings.APP_TITLE }}{% endblock %} {% block content %}
{% for board in boards %} {{ board.curator_name }} {% if board.curator_title %} {{ board.curator_title }} {% endif %} {% endfor %}
{% endblock %}