27 |
28 | {% block content %}{% endblock %}
29 |
30 |
31 |
32 | {% block script %}{% endblock %}
33 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/templates/header.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 | 阅读量:{{ post.views }}
7 | 更新时间:{{ post.updated | date:"Y/m/d H:m:s" }}
8 | 作者:{{ owner.username }}
9 |
10 |