diff --git a/archivist/sites/templates/base.html b/archivist/sites/templates/base.html new file mode 100644 index 0000000..8c04de1 --- /dev/null +++ b/archivist/sites/templates/base.html @@ -0,0 +1,52 @@ + + +{% load static %} + + + + + + + {% block title %}Gallery Archivist{% endblock %} + + {% block styles %} + {% endblock styles %} + + + + + + {% include 'navbar.html' %} + +
+ {% block content %} + {% endblock %} +
+ + + + {% include 'footer.html' %} + +{% block scripts %} +{% endblock %} + + + +