2016-05-26 01:09:31 +02:00
|
|
|
{% load staticfiles %}
|
|
|
|
|
2012-06-27 23:28:35 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
|
|
|
|
<head>
|
|
|
|
<title>{{ site.name }}</title>
|
2016-05-26 01:09:31 +02:00
|
|
|
<link type="text/css" rel="stylesheet" href="{% static "css/cof.css" %}" />
|
2012-06-27 23:28:35 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2012-07-11 17:39:20 +02:00
|
|
|
{% block extra_head %}{% endblock %}
|
2012-06-27 23:28:35 +02:00
|
|
|
</head>
|
|
|
|
<body id="cof">
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|