Files
I2P_Website/i2p2www/pages/global/macros

6 lines
183 B
Plaintext
Raw Normal View History

{%- macro site_url(path=None) -%}
{%- if path -%}{{ url_for('site_show', lang=g.lang, page=path) }}
{%- else -%}{{ url_for('site_show', lang=g.lang) }}
{%- endif -%}
{%- endmacro -%}