{% extends "layout.html" %} {% block title %}notifications — kitgit{% endblock %} {% block content %}

notifications

{% if unread_count > 0 %}
{% endif %}
{% if notifications.is_empty() %}

No notifications yet.

{% else %} {% endif %}
{% endblock %}