You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
489 B

{% load static %}
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'css/default.css' %}">
<title>{% block title %}Ministry of Justice e-Divorce{% endblock %}</title>
</head>
<body>
<div class="container">
{% block content %}{% endblock %}
</div>
<script type="text/javascript" src="{% static 'js/jquery-3.1.1.min.js' %}"></script>
</body>
</html>