diff --git a/archivist/apps/templates/layouts/base-fullscreen.html b/archivist/apps/templates/layouts/base-fullscreen.html new file mode 100644 index 0000000..081f8cd --- /dev/null +++ b/archivist/apps/templates/layouts/base-fullscreen.html @@ -0,0 +1,65 @@ +{% load static %} + + + + + + + + + + + + {% block title %}{% endblock %} - Gallery-Archivists + + + + + + + + + + + + + {% block stylesheets %}{% endblock stylesheets %} + + + + + + {% block content %}{% endblock content %} + + + + + + + + + + {% include 'includes/scripts.html' %} + + + {% block javascripts %}{% endblock javascripts %} + + +