Browse Source

home page et galere avec le gitignore

Adèle 9 years ago
parent
commit
8bc5367125
3 changed files with 15 additions and 0 deletions
  1. 3 0
      .gitignore
  2. BIN
      theme/static/images/pessin.png
  3. 12 0
      theme/templates/home.html

+ 3 - 0
.gitignore

@@ -1,2 +1,5 @@
 cache
 output
+.v
+*.pyc
+*.egg-info

BIN
theme/static/images/pessin.png


+ 12 - 0
theme/templates/home.html

@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% block content %}
+
+<div id="content-home">
+
+  {% import 'translations.html' as translations with context %}
+  {{ translations.translations_for(page) }}
+  {{ page.content }}
+
+</div>
+
+{% endblock %}