23 lines
492 B
Django/Jinja
23 lines
492 B
Django/Jinja
{{ title }} - {{ description }}
|
|
|
|
|
|
{{ projects_section.title }}:
|
|
{%- for project in projects_section.projects %}
|
|
> {{ project.title }} ({{project.description}}) - {{ project.url }}
|
|
{%- endfor %}
|
|
|
|
|
|
{{ aboutme_section.title }}:
|
|
{{ aboutme_section.text }}
|
|
|
|
|
|
{{ contacts_section.title }}:
|
|
{%- for contact in contacts_section.contacts %}
|
|
- {{ contact.site_name }}: {{ contact.title }}
|
|
{%- endfor %}
|
|
|
|
{{ gpg_section.title }}: {{ base_url }}/gpgkey.txt
|
|
|
|
|
|
© {{ year }} {{ copyright_author }}
|