# -*- coding: utf-8 -*-
<%inherit file="/pygall/base.mako.html"/>\
${_('Upload photos to the PyGall photos gallery')}
\
<%def name="title()">${_('Photos upload')}%def>\
\
<%def name="stylesheets()">\
${parent.stylesheets()}
%def>\
\
<%def name="javascripts()">\
${parent.javascripts()}
##
%def>\
\