{% extends "default.html" %} {% block fixedMobileBarJS %}{% endblock %} {% block pagetype %}{% endblock %} {% block subHeader %}

Inbox

{% endblock %} {% block content %}
{% with comments=notifications %} {% include "comments.html" %} {% endwith %}
{% if not notifications %}

No unread messages

When someone comments or replies, it will show up here.

View entire inbox
{% endif %}
{% if notifications %}
{% endif %} {% endblock %} {% block GIFpicker %} {% endblock %}