{% extends "base.html"%} {% load static %} {% block title%} - Home{% endblock title %} {% block meta %} {% if index_config.seo %} {% endif %} {% endblock meta %} {% block content %} {% include "icons.html" %} {% comment %} TODO: include only used SVG's {% endcomment %}

{{ index_config.headline }}

{{ index_config.intro_text }}

About Me {% spaceless %}
{% include '_social_accounts.html' %}
{% endspaceless %}

Recent Articles

{% for post in posts %}

{{ post.title }}

- {{ post.display_categories }}

{% endfor %}
all Articles

Projects

{% for project in projects %}
{{ project.title }}-image

{{ project.title }}

{{ project.subtitle }}

  • {{ project.display_techstack }}
{% endfor %}
{% endblock content %}