blog/webapp/templates/navigation.html

2 lines
107 B
HTML
Raw Normal View History

2020-07-08 14:36:13 +02:00
<a href="{{ url_for('home') }}">{{ _("Home") }}</a> |
2020-07-13 11:54:16 +02:00
<a href="{{ url_for('index') }}">{{ _("Index") }}</a>