33 |
34 |
35 |
36 |
58 |
59 |
60 |
61 | {% block content %}{% endblock %}
62 |
63 |
64 |
65 |
66 |
67 |
71 |
72 | {% block script %}{% endblock %}
73 |
74 |
75 |
76 |
77 |
78 |
--------------------------------------------------------------------------------
/template/editor.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 |
3 | {% block content %}
4 | {% ifequal saved "1" %}
5 |
10 |
11 |
编辑全文Feed
12 | {% ifnotequal project.key.id 0 %}
13 |
立即订阅
14 |
15 | {% endifnotequal %}
16 |
17 |
76 |
77 |
78 |
79 |
2 |
3 |
4 |
5 | {{ sample.title }}
6 |
7 |
11 |
12 |
13 |
14 | {{ fulltext }}
15 |
16 |
17 |
18 |