blog/webapp/templates/navigation.html
Daniel Tsvetkov 9470a18f6b dark scheme
2021-02-22 13:33:57 +01:00

2 lines
117 B
HTML

<a href="{{ url_for('home') }}">{{ _("PiSquared Blog") }}</a> |
<a href="{{ url_for('index') }}">{{ _("Index") }}</a>