Skip to content
Snippets Groups Projects
Commit 924dbd30 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

update hoaxes for richtext, move to left & content grid area

parent 3359514b
No related branches found
No related tags found
2 merge requests!732Release,!729Add hoax section, add teams section to people page
Pipeline #11658 passed
...@@ -4,13 +4,17 @@ ...@@ -4,13 +4,17 @@
{% block content %} {% block content %}
{% include 'main/includes/layout/simple_page_header.html' %} {% include 'main/includes/layout/simple_page_header.html' %}
<main role="main" class="mb-10 xl:mb-32 __js-root"> <main role="main" class="mb-10 xl:mb-32 __js-root">
<div class="grid-container mb-2 lg:mb-12"> {% if page.description %}
<div class="grid-full"> <div class="grid-container mb-2 lg:mb-12">
{% if page.description %} <div class="grid-content">
<div class="prose max-w-none mb-10"> <div class="prose max-w-none font-condensed text-xl text-black leading-7 mb-12 program-perex">
{{ page.description }} {{ page.description|richtext }}
</div> </div>
{% endif %} </div>
</div>
{% endif %}
<div class="grid-container mb-2 lg:mb-12">
<div class="grid-left-side-with-content">
{% for block in page.content %} {% for block in page.content %}
{% include_block block %} {% include_block block %}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment