Select Git revision
0034_alter_uniwebflexiblepage_content_and_more.py
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 %}