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

{{ user.username }}已发布的博客

{% include '_posts.html' %}
{% endblock %}