{% set theme = "" %} {% if "color" in request.cookies %} {% if request.cookies["color"] == "light" %} {% set theme = "light" %} {% elif request.cookies["color"] == "dark" %} {% set theme = "dark" %} {% endif %} {% endif %} {% block title %}Peridot Apollo{% endblock %} {% if notification %} {% if notification.get("kind") == "error" %} {% elif notification.get("kind") == "success" %} {% elif notification.get("kind") == "warning" %} {% else %} {% endif %} {% endif %} {% block head %}{% endblock %} [Apollo] Advisories {% if request.state.settings.serve_rh_advisories %} Red Hat Advisories {% endif %} Statistics {% if request.state.settings.is_admin %} Admin {% endif %} {% include "light_icon.jinja" %} {% include "light_icon.jinja" %} {% if request.session.get("user.name") %} {{ request.session.get("user.name") }} Logout {% else %} Login {% endif %}
{% block outer_content %}{% endblock %} {% if title %} {% endif %} {% if notification %}
{% endif %}
{% block content %}{% endblock %}