From 07384d68017d2575ddf18fc3d8c460906b07f2e0 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 15 Mar 2015 19:15:32 -0400 Subject: different templates for different languages --- templates/layout.htm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/layout.htm (limited to 'templates/layout.htm') diff --git a/templates/layout.htm b/templates/layout.htm new file mode 100644 index 0000000..7e91cea --- /dev/null +++ b/templates/layout.htm @@ -0,0 +1,56 @@ + + + + {%if lang=="en" %} + I & G wedding + {% endif %} + {%if lang=="fr" %} + Mariage de I & G + {% endif %} + {%if lang=="sr" %} + Vencanje I & G + {% endif %} + + + + + + + + +
+ banner +
+
+
+ +
+
+ {% block content %} + {% endblock %} +
+
+ + + + -- cgit v1.2.3-70-g09d2