{% macro pic_path(pic) %} {{ url_for('return_pic', filename='%s' % pic) }} {% endmacro %} {% extends "base.html" %} {% block title %} Open Source Image Sharer {% endblock %} {% block content %} {% if filename is defined %}
{% else %} {% endif %} {% endblock %}