summaryrefslogtreecommitdiff
path: root/templates/gallery_all.html
blob: d6cc8f406dbbeb29f352aa530d623de56d17475b (plain)
1
2
3
4
5
{% extends "base.html" %}
{% block body %}
    <h1>Projects</h1>
    {% include "gallery.html" %}
{% endblock %}