aboutsummaryrefslogtreecommitdiffstats
path: root/moon_dashboard/moon/model/templates/model/index.html
blob: db372a02b4e10709793cb62605e3594ce455274f (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 "Models" %}{% endblock %}

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



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