Skip to content
Snippets Groups Projects
Commit 3fb291ef authored by Ondrej Rehounek's avatar Ondrej Rehounek
Browse files

main: models and blocks skeletons

parent 3c97366a
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9145 passed
{% extends "main/base.html" %}
{% load wagtailcore_tags wagtailimages_tags shared_filters %}
{% block content %}
<div class="lg:flex lg:mt-8 space-y-16 lg:space-y-0 lg:space-x-8 xl:space-x-16 mb-5">
<section>
<header>
<h1 itemprop="headline" class="head-alt-md md:head-alt-lg max-w-5xl mb-8">
{{ page.title }}
</h1>
</header>
<p>
{{ page.perex }}
</p>
{% for block in page.content %}
{% include_block block %}
{% endfor %}
</section>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment