{% extends "blog/base.html" %} {% block title %}Mój blog{% endblock %} {% block content %}
Opublikowany {{ post.publish }} przez {{ post.author }}
{{ post.body|truncatewords:30|linebreaks }} {% endfor %} {% include "pagination.html" with page=posts %} {% endblock %}