diff options
Diffstat (limited to 'templates/gallery_all.html')
-rw-r--r-- | templates/gallery_all.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/gallery_all.html b/templates/gallery_all.html new file mode 100644 index 0000000..d6cc8f4 --- /dev/null +++ b/templates/gallery_all.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block body %} + <h1>Projects</h1> + {% include "gallery.html" %} +{% endblock %}
\ No newline at end of file |