{% extends "default.html" %} {% block fixedMobileBarJS %}{% endblock %} {% block pagetype %}{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block navbar %}
{% endblock %} {% block content %}

Inbox

{% 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 %}
{% endblock %} {% block pagenav %} {% if notifications %} {% endif %} {% endblock %} {% block GIFpicker %} {% endblock %}