Select Git revision
0063_alter_districtarticlepage_content.py
-
jan.bednarik authoredjan.bednarik authored
home_page.html 389 B
{% extends "styleguide2/base.html" %}
{% load wagtailcore_tags %}
{% block content %}
{% include 'styleguide2/includes/organisms/layout/navbar.html' with is_transparent=True %}
<main role="main">
{% for block in page.content %}
{% include_block block %}
{% endfor %}
{% include "styleguide2/includes/organisms/main_section/newsletter_section.html" %}
</main>
{% endblock %}