2024-07-11 16:22:30 +03:00
|
|
|
{% macro category_url(path, category, count) export %}=> /f/{{ path }} 🌿 {{ category }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
|
2022-08-20 23:46:31 +03:00
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
{% macro tag_url(tag, count) export %}=> /t/{{ tag }} 🏷 {{ tag }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
|
2022-08-20 23:46:31 +03:00
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
{% macro text_url(file) export %}=> /f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }} ✒ {{ file.Description }} ({{ file.Created }})
|
2023-02-14 16:44:03 +02:00
|
|
|
{% endmacro %}
|
2022-08-23 08:26:45 +03:00
|
|
|
|
|
|
|
{% macro logo() export %}🌛{% endmacro %}
|
2024-07-11 16:22:30 +03:00
|
|
|
|
|
|
|
{% macro home(lang) export %}=> / 🏠 {% if lang == "sgs" %}nomėi{% else %}home{% endif %}{% endmacro %}
|