13 lines
534 B
Text
13 lines
534 B
Text
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
|
# {{ logo() }} Arna alkierios :: {{ file.File.Description }}
|
|
|
|
{{ file.FormatContent()|safe }}
|
|
|
|
🌙 {{ file.File.Created}}
|
|
{{ file.File.Copyright }}
|
|
|
|
{% if file.File.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
|
|
{% for tag in file.File.Tags %}{{ tag_url(lang, tag, 0) }}
|
|
{% endfor %} {% endif %}
|
|
{{ category_url(lang, file.File.CategoryPath, file.File.Category|last, 0) }}
|
|
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}
|