fix: directory info in lookupError message, #395

This commit is contained in:
Harttle
2021-10-04 12:11:54 +08:00
parent 8348036d45
commit 92bfc65e0b
7 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
{%header content: title | capitalize%}
<ul>
{% for todo in todos %}
<li>{{forloop.index}} - {{todo}}</li>
{% render 'todo.liquid' with todo, index: forloop.index%}
{% endfor %}
</ul>