{% extends "base.html" %} {% block title %}chat · Maverick{% endblock %} {% block content %}

chat

Examples

recent goals

{% if recent %} {% for g in recent %} {% endfor %}
idstatustitle
#{{ g.id }} {{ g.status }} {{ g.title }}
{% else %}

No goals yet — type one above to get started.

{% endif %}
{% endblock %}