symposion_app/pinaxcon/templates/site_dark.html
2018-06-04 20:54:51 +12:00

4 lines
181 B
HTML

{% extends "site_base.html" %}
{% block navbar %}{% include 'nav.html' with color='green' %}{% endblock %}
{% block body_class %}bg-primary text-secondary{% endblock body_class %}