{{ header }}
+
+ {% for content in about_content %}
+ {{ content }}
+ {% endfor %}
+
-
+ {% for item in items %}
+
- {{ item.0 }}:{{ item.1 }} + {% endfor %} +
+ +++ Beautiful is better than ugly.
+ +
+ Explicit is better than implicit.
+ Simple is better than complex.
+ Complex is better than complicated.
+ Flat is better than nested.
+ Sparse is better than dense.
+ Readability counts.
+ Special cases aren't special enough to break the rules.
+ Although practicality beats purity.
+ Errors should never pass silently.
+ Unless explicitly silenced.
+ In the face of ambiguity, refuse the temptation to guess.
+ There should be one-- and preferably only one --obvious way to do + it.
+ Although that way may not be obvious at first unless you're + Dutch.
+ Now is better than never.
+ Although never is often better than *right* now.
+ If the implementation is hard to explain, it's a bad idea.
+ If the implementation is easy to explain, it may be a good idea.
+ Namespaces are one honking great idea -- let's do more of those!
+
+++ {% for line in lines %} {{ line }}
+
+ {% endfor %} +
You has got this page by {method} method, the following steps are:
+ {content}
+
You got it!
+
+ {% for content in about_content %}
+ {{ content }}
+ {% endfor %}
+
{{ welcome }}
++ {{ index_content }} +
+ +🤔 Whoops……似乎任务都做完了?那么可以点击下方的按钮添加任务!
+ {% else %} +| {{ field }} | + {% endfor%} +操作 | +|||||
|---|---|---|---|---|---|---|
| {{ task.id }} | +{{ task.name }} | ++ {% if task.priority == 1 %} + {{ "一般" }} + {% elif task.priority == 2 %} + {{ "优先" }} + {% else %} + {{ "紧急" }} + {% endif %} + | +{{ task.description }} | ++ {% if task.is_done %} + {{ "已完成" }} + {% else %} + {{ "未完成" }} + {% endif %} + | +{{ task.group.name }} | ++ + | +