{% block topbar_left %}
{% endblock %}
{% block page_heading %}{{ active_page|title }}{% endblock %}
System Healthy
{% block topbar_middle %}
search
{% endblock %}
{% block topbar_right_actions %}{% endblock %}
{% if current_user and current_user.is_admin %}
Admin
{% endif %}
{% block content %}{% endblock %}