{% block head_extras %}{% endblock %}
Profile
{% if notifications|length > 0 %}
{{ notifications|length }}
{% endif %}
{% for n in notifications %}
{{ n.message }}
{% else %}
No notifications
{% endfor %}
View all
{% block content %}{% endblock %}