aboutsummaryrefslogtreecommitdiffstats
path: root/moon_dashboard/moon/policy/templates/policy/index.html
blob: 67cd9c3d3819fc40a06fa1b22db38aa06a2a0109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Policies" %}{% endblock %}

{% block page_header %}
    {% include "horizon/common/_page_header.html" with title=_("Policies") %}
{% endblock page_header %}



{% block main %}
  <ng-include
    src="'{{ STATIC_URL }}moon/policy/policy.html'">
  </ng-include>
{% endblock %}