{% extends 'layouts/default.html' %} {% block content %}

Publish {{site_title}}

{% for target in targets %}

{{target.name}}

{% if target.description %}
{{target.description}}
{% endif %}
{% endfor %} {% endblock %}