diff options
Diffstat (limited to 'template/news/2020-10.html.j2')
-rw-r--r-- | template/news/2020-10.html.j2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/news/2020-10.html.j2 b/template/news/2020-10.html.j2 new file mode 100644 index 0000000..35ab839 --- /dev/null +++ b/template/news/2020-10.html.j2 @@ -0,0 +1,13 @@ +{% extends "common/news.j2" %} +{% block body_content %} +<h1>2020-10: GNU Taler presentation by Javier SepĂșlveda in Valencia</h1> +<p> + <a href="https://www.gnu.org/people/speakers.html#Sepulveda">Javier SepĂșlveda</a> + will give a + <a href="https://www.valenciatech.com/conferencias/gnu-taler-sistema-de-pago-socialmente-responsable/">talk</a> + in Spanish about GNU Taler at <a href="https://www.lasnaves.com/som/">Valencia</a> + at an event organized by the <a href="https://gnulinuxvalencia.org/">GNU/Linux group + from Valencia</a>, which is a public organization supported by the Valencia City Hall + to promote urban innovation and entrepreneurship. +</p> +{% endblock body_content %} |