{% extends "base.html"%} {% load static %} {% block title%} - Blog{% endblock title %} {% block content %} Blog {% for post in posts %} {{ post.title }} {{ post.created|date:"Y-m-d" }} - {{ post.display_categories }} {% endfor %} {% endblock content %}
{{ post.created|date:"Y-m-d" }} - {{ post.display_categories }}