thek4n.ru/templates/text_index.jinja2
2026-06-03 00:40:13 +03:00

25 lines
508 B
Django/Jinja

{{ title }} - {{ description }}
{{ projects_section.title }}:
{%- for project in projects_section.projects %}
> {{ project.title }} ({{project.description}}) - {{ project.url }}
{%- endfor %}
{{ contacts_section.title }}:
{%- for contact in contacts_section.contacts %}
> {{ contact.site_name }}: {{ contact.title }}
{%- endfor %}
{{ gpg_section.title }}: {{ base_url }}{{ gpg_section.url }}
{{ aboutme_section.title }}:
{{ aboutme_section.text }}
© {{ year }} {{ copyright_author }}