2024-07-11 13:22:30 +00:00
|
|
|
{% import "macros.tpl" category_url, tag_url, text_url, logo, home %}
|
2023-06-29 18:25:40 +00:00
|
|
|
# {{ file.File.Description }}
|
2022-08-20 22:33:27 +00:00
|
|
|
|
2024-07-11 13:22:30 +00:00
|
|
|
{% for tag in file.File.Tags %}{{ tag_url(tag, 0) }}
|
2024-07-12 09:18:02 +00:00
|
|
|
{% endfor %}
|
2023-06-29 18:25:40 +00:00
|
|
|
|
2024-07-17 09:13:23 +00:00
|
|
|
```
|
|
|
|
Created: {{ file.File.Created}}
|
|
|
|
Copyright: {{ file.File.Copyright }}
|
|
|
|
Language: {{ file.File.Lang }}
|
|
|
|
```
|
2023-06-29 18:25:40 +00:00
|
|
|
|
|
|
|
{{ file.FormatContent()|safe }}
|
|
|
|
|
2024-07-11 13:22:30 +00:00
|
|
|
{{ category_url(file.File.CategoryPath, file.File.Category|last, 0) }}
|
|
|
|
|
|
|
|
{{ home(lang) }}
|