{% extends 'base.html' %} {% block title %}博客首页{% endblock %} {% block left %} {% for post in postlist %}

{{ post.title }}

前言


{{ post.description }}

阅读全文

{% endfor %} {% endblock %}