{% extends "base.html" %} {% block title %}Flickr mail{% endblock %} {% block content %}

Flickr mail

{% if name %}

Wikipedia article: {{ name }}

Search flickr

{% endif %} {% if flickr_url %}

send message

Subject: {{ subject }}

message

{% for p in lines %}

{{ p }}

{% endfor %}
{% endif %}
Written by Edward Betts. Source code and bug reports: https://git.4angle.com/edward/flickr-mail
{% endblock %} {% block scripts %} {% if subject and lines %} {% endif %} {% endblock %}