[add] courgette theme

This commit is contained in:
Nicolas Lœuillet
2014-01-08 11:28:46 +01:00
parent 8905191413
commit 5ed8050791
56 changed files with 1181 additions and 0 deletions

6
themes/courgette/error.twig Executable file
View File

@ -0,0 +1,6 @@
{% extends "layout.twig" %}
{% block title %}{% trans "plop" %}{% endblock %}
{% block content %}
{{ msg|raw }}
<p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
{% endblock %}