{% extends "layout.html" %} {% block content %} {% if current_user.is_authenticated %}

Hej, {{ current_user.first_name }} {{ current_user.last_name }}


Opslag

{% for post in posts %}

{{ post.title }}

{{ post.content }}

{{ post.group.name }}
{% endfor %} {% else %} {% endif %} {% endblock content %}