浏览代码

Formatting

master
Dylan Baker 3 年前
父节点
当前提交
c292d5904c
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5
    2
      templates/index.html

+ 5
- 2
templates/index.html 查看文件

@@ -3,7 +3,10 @@
3 3
 {{ components::form(action="/posts") }} {% endif %}
4 4
 
5 5
 <div class="posts">
6
-  {% for post in posts %} {{ components::post(post=post, type="index") }} {%
7
-  else %} No posts yet {% endfor %}
6
+  {% for post in posts %}
7
+    {{ components::post(post=post, type="index") }}
8
+  {% else %}
9
+    No posts yet
10
+  {% endfor %}
8 11
 </div>
9 12
 {% endblock %}

正在加载...
取消
保存