{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}Flasky - {{ user.username }}{% endblock %} {% block page_content %}

Posts by {{ user.username }}

{% include '_posts.html' %} {% if pagination %} {% endif %} {% endblock %}