2022-08-20 22:33:27 +00:00
|
|
|
{% macro category_url(lang, path, category, count) export %}=> /{{ lang }}/f/{{ path }} 🌿 {{ category }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
|
2022-08-20 20:46:31 +00:00
|
|
|
|
2022-08-20 22:33:27 +00:00
|
|
|
{% macro tag_url(lang, tag, count) export %}=> /{{ lang }}/t/{{ tag }} 🏷 {{ tag }} ({{ count }}) {% endmacro %}
|
2022-08-20 20:46:31 +00:00
|
|
|
|
2022-08-20 22:33:27 +00:00
|
|
|
{% macro text_url(lang, file) export %}=> /{{ lang }}/f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }} ✒ {{ file.Description }} ({{ file.Created }}) {% endmacro %}
|