{% extends "base.html" %} {% block navmenu %} {% if user.is_authenticated %}
  • NickServ
  • ChanServ
  • {% endif %} {% if user.is_staff %}
  • OperServ
  • {% endif %} {% endblock %} {% block bodycontent %} This is the web frontend to OFTC IRC services. See the menus on the left to explore the options available to you. {% endblock %}