Skip to content
Snippets Groups Projects
index.html 246 B
{% extends "base.html" %}

{% block main %}
  {% include "frontpage/blocks/claim.html" %}
  {% include "frontpage/blocks/projects.html" %}
  {% include "frontpage/blocks/news.html" %}
  {% include "frontpage/blocks/events.html" %}
{% endblock %}