diff --git a/archivist/apps/templates/sites/browse.html b/archivist/apps/templates/sites/browse.html new file mode 100644 index 0000000..d65f8e7 --- /dev/null +++ b/archivist/apps/templates/sites/browse.html @@ -0,0 +1,76 @@ +{% extends "layouts/base-electric.html" %} + +{% load static %} + +{% block title %}Browse{% endblock title %} + +{% block stylesheets %}{% endblock stylesheets %} + +{% block content %} + + {% include "includes/navigation-transparent.html" %} + +
+
+ +
+
+
+

Browse

+ +
+ + {% include "includes/pageination.html" with page_obj=submissions %} + + {% include "includes/gallery.html" with user_profile=user_profile %} + + {% include "includes/pageination.html" with page_obj=submissions %} + +
+
+
+ +
+
+
+

Search

+ +
+ + + +
+
+
+
+ +
+
+ +{% endblock content %}