summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_page_header.html
blob: adeb06e67a3a83708721c0bac068649efab67077 (plain)
1
2
3
4
5
6
{% load i18n %}
{% block page_header %}
  <div class='page-header'>
    <h2>{{ title }}</h2>
  </div>
{% endblock %}