title = "app-gallery" url = "/app-gallery" layout = "horizontal" is_hidden = 0 == {% set title = 'Photo Gallery' %} {% set filename = 'application-gallery.html' %} {% extends 'layouts/master.html' %} {% block content %}

Photo Gallery

An application for user to check Gallery inbox

{% endblock %}