{% extends 'layout.html' %} {% load fr_display %} {% block content %}

Recent Books

{% for book in user_books|slice:3 %}
{% endfor %}

Updates

{% for activity in activities %}
{% include 'snippets/status.html' with status=activity %}
{% endfor %}
{% endblock %}