2015-06-13 22:11:05 +02:00
|
|
|
{% load staticfiles %}
|
2015-06-12 20:17:24 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ExperiENS</title>
|
2015-06-13 22:11:05 +02:00
|
|
|
<link type="text/css" rel="stylesheet" href="{% static 'style.css' %}" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
{% block extra_head %}{% endblock %}
|
2015-06-12 20:17:24 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|