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

Webmacs commands

{% for name, command in commands|dictsort %} {% if command.visible %} {% endif %} {% endfor %}
{{name}} {{command.getdoc().splitlines()[0]}}
{% endblock %}