Newer
Older
postorius / src / postorius / templates / postorius / user_todos.html
{% extends extend_template %}
{% load i18n %}

{% block main %}
    {% include 'mailmanweb/menu/user_nav.html' %}
    <h1>Your Todos</h1>
{% endblock main %}