Add the sixth installment: Update UI and Display Peers List #1

Merged
glyph merged 4 commits from part_6 into main 2022-09-07 09:00:07 +00:00
Showing only changes of commit 6f648bde54 - Show all commits

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 %}