aboutsummaryrefslogtreecommitdiff
path: root/developers.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'developers.html.j2')
-rw-r--r--developers.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/developers.html.j2 b/developers.html.j2
index 899a500c..bc7fb327 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -4,11 +4,11 @@
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title>
6 <meta name="description" content=""/> 6 <meta name="description" content=""/>
7 <!--# include file="common/header.{{ _("en") }}.inc" --> 7 {% include "common/header.j2.inc" %}
8 </head> 8 </head>
9 <body> 9 <body>
10 <div class="container"> 10 <div class="container">
11 <!--# include file="common/navigation.{{ _("en") }}.inc" --> 11 {% include "common/navigation.j2.inc" %}
12 <!-- Jumbotron --> 12 <!-- Jumbotron -->
13 <div class="jumbotron"> 13 <div class="jumbotron">
14 <h1>{{ _("Taler for developers") }}</h1> 14 <h1>{{ _("Taler for developers") }}</h1>
@@ -213,7 +213,7 @@
213 </ol> 213 </ol>
214 <p></p> 214 <p></p>
215 </div> 215 </div>
216 <!--# include file="common/footer.{{ _("en") }}.inc" --> 216 {% include "common/footer.j2.inc" %}:w
217 </div> <!-- /container --> 217 </div> <!-- /container -->
218 </body> 218 </body>
219</html> 219</html>