summaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:33:46 +0100
commitd5f793bcd9f47392ee6e61c27f65fa85cbcc5176 (patch)
tree9b5d35c3b161f568928e3426360d09c1c11aa218 /investors.html.j2
parent6337e02d9dd8c7be92ffa168f67ab0de651664d0 (diff)
downloadwww-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.gz
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.tar.bz2
www-d5f793bcd9f47392ee6e61c27f65fa85cbcc5176.zip
remove more ssi
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 @@
<meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title>
<meta name="description" content=""/>
- <!--# include file="common/header.{{ _("en") }}.inc" -->
+ {% include "common/header.j2.inc" %}
</head>
<body>
<div class="container">
- <!--# include file="common/navigation.{{ _("en") }}.inc" -->
+ {% include "common/navigation.j2.inc" %}
<!-- Jumbotron -->
<div class="jumbotron">
<h1>{{ _("Operate a Taler exchange!") }}</h1>
@@ -77,7 +77,7 @@
</ul>
<p></p>
</div>
- <!--# include file="common/footer.{{ _("en") }}.inc" -->
+ {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
</body>
</html>