forked from I2P_Developers/i2p.www
Moved ver() into templatevars so only need to change I2P version in one place
This commit is contained in:
@@ -8,12 +8,6 @@
|
||||
{%- endif -%}
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro ver(string=None) -%}
|
||||
{%- if string -%}{{ string % '0.9.4' }}
|
||||
{%- else -%}{{ '0.9.4' }}
|
||||
{%- endif -%}
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro render_pagination(pagination) %}
|
||||
<div class="pagination">
|
||||
{%- if pagination.has_prev %}
|
||||
|
Reference in New Issue
Block a user