{% extends "layout.html" %} {% block page_body %}

{{ resource_label }}

{% for input in inputs %} {{ input|safe }} {% endfor %}
{% endblock %}