You've already forked snikket-web-portal
10 lines
302 B
HTML
10 lines
302 B
HTML
<footer>
|
|
<ul>
|
|
{#- -#}
|
|
<li>{% trans about_url=url_for('main.about') %}A <a href="{{ about_url }}">Snikket</a> service{% endtrans %}</li>
|
|
{#- -#}
|
|
<li>{% trans %}“Snikket” and the parrot logo are trademarks of Snikket Community Interest Company.{% endtrans %}</li>
|
|
{#- -#}
|
|
</ul>
|
|
</footer>
|