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