{% extends 'base.html.j2' %} {% block title %}About{% endblock %} {% block content_before %} Online Players: {{ online }} {% endblock %} {% block content %}

Staff

{% for mod in mods %}
{{ mod.username }}
{% with gm_level=mod.gm_level %} {% include 'partials/_gm_level.html.j2' %} {% endwith %}
{% endfor %}
Source
{% endblock %}