aboutsummaryrefslogtreecommitdiffstats
path: root/moon_dashboard/moon/templates/moon/base.html
blob: f07a01ba5cb39eb251c8c0f2057f4def27c39d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
{% load horizon %}{% jstemplate %}[% extends 'base.html' %]

[% block sidebar %]
  [% include 'horizon/common/_sidebar.html' %]
[% endblock %]

[% block main %]
    [% include "horizon/_messages.html" %]
    [% block {{ dash_name }}_main %][% endblock %]
[% endblock %]
{% endjstemplate %}