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

{{ username }} blog

About All Posts

{% endblock content %}