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 content %}
{% if has_bouncer %}your bouncer is running{% else %}no bouncer configured{% endif %}
{% if !has_bouncer %} create bouncer {% endif %}