daisycloud-core/code/horizon/horizon/conf/panel_template/templates/panel_name/index.html

13 lines
340 B
HTML

{% load horizon %}{% jstemplate %}[% extends 'base.html' %]
[% load i18n %]
[% block title %][% trans "{{ panel_name|title }}" %][% endblock %]
[% block page_header %]
[% include "horizon/common/_page_header.html" with title=_("{{ panel_name|title }}") %]
[% endblock page_header %]
[% block main %]
[% endblock %]
{% endjstemplate %}