{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Objects with UUID {{ uuid }}

{% for object in objects %}
{{ object.name }}
{{ object.description }}
{% endfor %}
{% endblock %}