arns-lt-gemini/templates/page.gmi
Arnas Udovic d9211fa0d5
All checks were successful
continuous-integration/drone/push Build is passing
gemini mentions
2025-03-24 21:05:50 +02:00

37 lines
903 B
Text

{% import "macros.tpl" category_url, tag_url, text_url, logo, home %}
# {{ file.File.Description }}
{% for tag in file.File.Tags %}{{ tag_url(tag, 0) }}
{% endfor %}
```
Created: {{ file.File.Created}}
Copyright: {{ file.File.Copyright }}
Language: {{ file.File.Lang }}
```
{{ file.FormatContent()|safe }}
{{ category_url(file.File.CategoryPath, file.File.Category|last, 0) }}
### {{ T('mentions') }}
{% if mentions %}
{% for id, mention in mentions %}=> {{ mention}}
{% endfor %} {% endif %}
=> /mention/{{file.File.Id}} {{ T('newMention') }}
{{ home(lang) }}
```
Page counter: {{pageCounter}}
```
{% if admin and adminWaitingMentions %}
### Keravuotuojė sekcėjė
{% for id, mention in adminWaitingMentions %}
=> {{ mention }}
=> /admin/mentions/review/{{file.File.Id}}/{{id}} ✓ Patvėrtintė
=> /admin/mentions/remove/{{file.File.Id}}/{{id}} 🗙 Pašalintė
{% endfor %}
{% endif %}