{% extends 'base.html.j2' %} {% block title %}About{% endblock %} {% block content_before %} About {{ config.APP_NAME }} {% endblock %} {% block content %}

Contributors

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