aboutsummaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index 13bd3f61..2de7a57f 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -4,11 +4,11 @@
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title> 5 <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</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>{{ _("Operate a Taler exchange!") }}</h1> 14 <h1>{{ _("Operate a Taler exchange!") }}</h1>
@@ -77,7 +77,7 @@
77 </ul> 77 </ul>
78 <p></p> 78 <p></p>
79 </div> 79 </div>
80 <!--# include file="common/footer.{{ _("en") }}.inc" --> 80 {% include "common/footer.j2.inc" %}
81 </div> <!-- /container --> 81 </div> <!-- /container -->
82 </body> 82 </body>
83</html> 83</html>