From 5ed8050791ef562ff4351ede3a077ab1e8b0d916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 8 Jan 2014 11:28:46 +0100 Subject: [add] courgette theme --- themes/courgette/error.twig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 themes/courgette/error.twig (limited to 'themes/courgette/error.twig') diff --git a/themes/courgette/error.twig b/themes/courgette/error.twig new file mode 100755 index 00000000..c829d12b --- /dev/null +++ b/themes/courgette/error.twig @@ -0,0 +1,6 @@ +{% extends "layout.twig" %} +{% block title %}{% trans "plop" %}{% endblock %} +{% block content %} + {{ msg|raw }} +

Don't forget the documentation.

+{% endblock %} \ No newline at end of file -- cgit v1.2.3