dashboard
bouncer
{% if has_bouncer %}your bouncer is running{% else %}no bouncer configured{% endif %}
{% if !has_bouncer %} create bouncer {% endif %}{% extends "base.html" %} {% block title %}dashboard - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}
{% if has_bouncer %}your bouncer is running{% else %}no bouncer configured{% endif %}
{% if !has_bouncer %} create bouncer {% endif %}