{% extends "base.html" %} {% block content %} {% for role in roledata %} {{ role["title"] }} {# Block and unblock URLs from being shortened. #} {% endfor %} {% endblock %}