5 lines
181 B
HTML
5 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 %}
|