fix indentation
This commit is contained in:
parent
6318236a50
commit
6f648bde54
@ -210,7 +210,7 @@ Now we'll write another simple `for` loop to display a list of posts. Eventually
|
|||||||
{% if posts %}
|
{% if posts %}
|
||||||
<ul>
|
<ul>
|
||||||
{% for post in posts -%}
|
{% for post in posts -%}
|
||||||
Subject
|
Subject placeholder
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user