{% extends "layout.html" %} {% block content %} {% if logged_in %}

New Post

{{ components::form(action="/posts") }} {% endif %}
{% for post in posts %} {{ components::post(post=post, type="index") }} {% else %} No posts yet {% endfor %}
{% endblock %}