{% extends "layout.html" %} {% set active_page = "directory" %} {% block title %}An excellent title{% endblock title %} {% block body %}
Summary
Display name
{{ directory.name }}
Path
{{ directory.path }}
Enabled
An excellent option list
{% for option in directory.options %} {% endfor %}
Option Value
{{ option.key }} {{ option.value }}
An excellent control panel
{% endblock body %}