{% extends "base.html" %} {% set active_page = "inbox" %} {% block title %} {{ name }} Inbox {% endblock %} {% block content %} {% if inbox.pages > 1 %}
{% endif %} {% endblock %}