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

Posts

{% if posts %} {% else %}

No posts yet.

{% endif %}
{% endblock %}