25 lines
508 B
Django/Jinja
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 }}
|