{% extends "base.html" %} {% block page %}
{% include "menu.html" %}
{% include "navbar.html" %}
{% include "breadcrumb.html" %} {% if current_endpoint != "services" and "services" in request.path %}
{% endif %}
  • Need help?
  • {% if flash_messages %} {{ flash_messages|length }} unread notifications {% endif %}
{% block content %}{% endblock %}
{% include "footer.html" %} {% include "sidebar-notifications.html" %} {% include "sidebar-news.html" %} {% if not is_pro_version %} {% endif %}
{% endblock %}