{# 引入base #} {% extends 'study/base.html' %} {# 网站标签 #} {% block title %}study学习{% endblock %} {% block content %}

学习如何搭建一个blog

欢迎访问一个学习如何搭建一个blog的页面

{% for posts in posts %}

{{ posts['title'] }}

{{ posts['created_8'] }}

{% endfor %} {% endblock %}