TabbycatDebate/tabbycat

View on GitHub
tabbycat/standings/templates/standings_base.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block page-subnav-sections %}
  {% if not for_public %}{% include "standings_menu.html" %}{% endif %}
{% endblock %}