{% set title = 'Photo Gallery' %} {% set filename = 'application-gallery.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Photo Gallery

Super simple photo gallery.

{% endblock %}