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

Documentation

This is where the documentation would go.

We should describe

  1. the web interface
  2. the command line tools
  3. something else?

{% endblock %}