{% if render_partial and render_partial == true %} {% block content %} {% endblock content %} {% else %} {% include "head.html" %} {% include "navbar.html" %}
{% if notifications %} {% for notification in notifications -%}
{{ notification.message }}
{% endfor %} {% endif %}
{% block content %} {% endblock content %}
{% endif %}