blob: 156c8aad85f89b2d002c981d2e4551b8d7489f92 [file] [log] [blame]
Scott Baker22400342014-11-03 14:53:13 -08001{% load admin_static %}
Scott Bakera916aa12014-11-03 14:35:58 -08002<html>
Scott Baker22400342014-11-03 14:53:13 -08003<head>
4<link rel="stylesheet" type="text/css" href="{% block stylesheet %}{% endblock %}"/>
5<link rel="stylesheet" type="text/css" href="{% static 'suit/bootstrap/css/bootstrap.min.css' %}" media="all"/>
Scott Bakerf6cdd0e2014-11-04 09:17:05 -08006<link rel="stylesheet" type="text/css" href="{% static 'suit/css/suit.css' %}" media="all">
Scott Baker97468b72015-02-18 15:15:58 -08007<link rel="stylesheet" type="text/css" href="{% static 'xos.css' %}" media="all">
Scott Baker22400342014-11-03 14:53:13 -08008<script src="{% static 'suit/js/jquery-1.9.1.min.js' %}"></script>
9<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
10{% block extrahead %}{% endblock %}
11</head>
Scott Bakera916aa12014-11-03 14:35:58 -080012<body>{% block content %}{% endblock %}</body>
13</html>