{% extends "base.html" %} {% block title %}Federated Timeline{% endblock %} {% block content %} {% include "activities/_home_menu.html" %}
{% for post in posts %} {% include "activities/_post.html" %} {% empty %} No posts yet. {% endfor %}

?

{% endblock %}