{% extends "base.html" %} {% import "article.html.macro" as article_macro %} {% block head %} {{ super() }} All posts {% endblock head %} {% block content %}

{{ username }} blog

About Last 5 posts

{% endblock content %}