{% extends "base.html"%} {% load static %} {% block title%} - Blog{% endblock title %} {% block content %}

Blog

{% for post in posts %}

{{ post.title }}

- {{ post.display_categories }}

{% endfor %}
{% endblock content %}