{% extends "base_template.html" %} {% block title %}Scenario{% endblock %} {% block content %} {% for rock in rocks %} {{rock.name}} {% endfor %}
URL