{% extends "base.html" %}
{% block header %}
{% include "includes/header.html" with active_item="projects" %}
{% endblock header %}
{% block notifications %}
{# Project specific notifications only #}
{% if project %}
{% endif %}
{{ block.super }}
{% endblock notifications %}