You've already forked snikket-web-portal
This allows us to translate the pages using the same tooling and to have consistent theming.
8 lines
168 B
HTML
8 lines
168 B
HTML
<footer>
|
|
<ul>
|
|
{#- -#}
|
|
<li>{% trans about_url=url_for('main.about') %}A <a href="{{ about_url }}">Snikket</a> service{% endtrans %}</li>
|
|
{#- -#}
|
|
</ul>
|
|
</footer>
|