{% extends "quillet/base.html" %} {% block canonical %}{{ url_for('quillet.post_list', newsletter_slug=newsletter.slug, _external=True) }}{% endblock %} {% block description %}{% if description_html %}{{ description_html | striptags | truncate(160, killwords=False, end='') | trim }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block jsonld %} {% endblock %} {% block content %}

{{ newsletter.name }}

{% if description_html %}
{{ description_html | safe }}
{% endif %} {% if subscribe_position == 'start' %}

Subscribe

{% include "quillet/_subscribe_form.html" %}
{% endif %} {% if posts %} {% if next_cursor %}

{% endif %} {% else %}

No posts yet.

{% endif %} {% if subscribe_position != 'start' %}

Subscribe

{% include "quillet/_subscribe_form.html" %} {% endif %}

RSS feed

{% endblock %}