Select Git revision
Dockerfile.nginx
-
jan.bednarik authoredjan.bednarik authored
simple_page.html 449 B
{% extends "styleguide2/base.html" %}
{% load wagtailcore_tags %}
{% block content %}
{% include 'styleguide2/includes/organisms/layout/navbar.html' with selected_item=page.get_menu_title %}
{% include 'styleguide2/includes/organisms/header/simple_header.html' with title=page.title %}
<main class="container--wide mb-2 lg:mb-12">
{% for block in page.content %}
{% include_block block %}
{% endfor %}
</main>
{% endblock %}