{% extends "base.html" %} {% block content %}

{{ collection.title if collection else "Posts" }}

{% if posts %} {% else %}

No posts yet.

{% endif %}
{% endblock %}