{% extends theme('base.html') %} {% block content %} {% if contents %} {% if contents.__parents__ %} {% endif %}

{{ request.path }}

{% if request.path != '/' %}

 

{% endif %}
{% for item in contents.__contents__ %} {% endfor %}
Item Action
{{ item }}
{% endif %} {% endblock %}