Ajout d'une page d'accueil listant la collection

This commit is contained in:
2017-08-31 15:20:08 +02:00
parent 5ba6193d4b
commit 5867d70111
7 changed files with 96 additions and 19 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
{% load i18n %}{% get_current_language as LANGUAGE_CODE %}<html lang="{{ LANGUAGE_CODE }}">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>OpenBackloggery</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>