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

Photo Gallery

Super simple photo gallery

{% endblock %}