{% extends "base.html" %} {% block title %}Available variables{% endblock %} {% block content %}

Webmacs variables

{% for name, variable in variables|dictsort %} {% endfor %}
namedocumentation
{{name}}{{variable.doc}}
{% endblock %}