{% extends "default.html" %} {% block pagetype %}userpage{% endblock %} {% block title %} {{u.username}}'s profile - {{'SITE_NAME' | app_config}} {% if u.is_private %} {% endif %} {% endblock %} {% block subHeader %}

Thread

{% endblock %} {% block content %}
{% if not "saved" in request.full_path %}
{% endif %}
{% include "submission_listing.html" %}
{% endblock %} {% block pagenav %} {% if listing %} {% endif %} {% endblock %} {% block modals %} {% if v %} {% include "emoji_modal.html" %} {% include "gif_modal.html" %} {% endif %} {% endblock %} {% block scripts %} {% if v %} {% endif %} {% if u.song %} {% endif %} {% endblock %}