fix indentation

This commit is contained in:
glyph 2022-09-07 09:57:22 +01:00
parent 6318236a50
commit 6f648bde54
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ Now we'll write another simple `for` loop to display a list of posts. Eventually
{% if posts %}
<ul>
{% for post in posts -%}
Subject
Subject placeholder
{%- endfor %}
</ul>
{% endif %}