summaryrefslogtreecommitdiff
path: root/horizon/test/test_dashboards/cats/templates/cats/base.html
blob: f9d1b958ad4157a7c1b6a9d57a706ede35e11799 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}

{% block sidebar %}
  {% include 'horizon/common/_sidebar.html' %}
{% endblock %}

{% block main %}
    {% include "horizon/_messages.html" %}
    {% block cats_main %}{% endblock %}
{% endblock %}