diff --git a/templates/frontpage/blocks/claim.html b/templates/frontpage/blocks/claim.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/templates/frontpage/blocks/events.html b/templates/frontpage/blocks/events.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/templates/frontpage/blocks/news.html b/templates/frontpage/blocks/news.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/templates/index.html b/templates/index.html index a9c0401f85a638a3138051e23e9268e6d805dc3a..946f249fe2543954e28f052996cd68134b418147 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,8 @@ {% extends "base.html" %} {% block main %} + {% include "frontpage/blocks/claim.html" %} + {% include "frontpage/blocks/news.html" %} + {% include "frontpage/blocks/projects.html" %} + {% include "frontpage/blocks/events.html" %} {% endblock %}