diff options
Diffstat (limited to 'template/news/2016-10.html.j2')
-rw-r--r-- | template/news/2016-10.html.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/news/2016-10.html.j2 b/template/news/2016-10.html.j2 new file mode 100644 index 0000000..5c7ce4f --- /dev/null +++ b/template/news/2016-10.html.j2 @@ -0,0 +1,9 @@ +{% extends "common/news.j2" %} +{% block body_content %} +<h1>2016-10: Taler Wallet for Firefox online</h1> +<p> + We now have a first version of the Taler wallet for Firefox. + For now, a development build of Firefox is required. + Installation instructions are on the <a href="https://wallet.taler.net/">Wallet page</a>. +</p> +{% endblock body_content %} |