Déplace les templates dans les apps

This commit is contained in:
Basile Clement 2016-05-26 02:59:05 +02:00
parent c5db003842
commit 8408942d41
71 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
{% load staticfiles %}
<!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>
<link type="text/css" rel="stylesheet" href="{% static "css/cof.css" %}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{% block extra_head %}{% endblock %}
</head>
<body id="cof">
{% block content %}{% endblock %}
</body>
</html>