fix: express demo, fixes #79

This commit is contained in:
harttle
2018-07-25 21:51:42 +08:00
parent 4cf7215a67
commit 96829b5293
+1 -1
View File
@@ -2,7 +2,7 @@
<ul>
{% for todo in todos %}
<li>{% include 'todo' id=forloop.index %}</li>
<li>{% include 'todo', id:forloop.index %}</li>
{% endfor %}
</ul>