{% extends "base.html" %} {% block content %}

Welcome to Flask!


Click here to logout.



Posts:

{% for post in posts %} Title: {{ post.title }}
Post: {{ post.description }}
Author: {{ post.author.name }}

{% endfor %} {% endblock %}