{% extends "base.html" %}
{% block og_type %}website{% endblock %}
{% block rdfa_type %}schema:WebSite{% endblock %}
{% block main %}
{% include "frontpage/claim.html" %}
{% include "frontpage/projects.html" %}
{% include "frontpage/events.html" %}
{% include "frontpage/blog.html" %}
{% endblock %}