{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}{% endblock %} {% block content %} Hero image Hi! I'm Konstantin {{ page.title }} {% image page.image original class="rounded-2xl bg-gray-50" %} {{ page.hero_text }} {% if page.hero_cta_link %} {% firstof page.hero_cta page.hero_cta_link.title %} {% endif %} From the blog {% for post in recent_blog_items %} {% with post=post.specific %} {{ post.title }} {{ post.intro }} {% if post.main_image %} {% with post.main_image as main_image %} {% if main_image %} {% image main_image width-1600 class="blog" %}{% endif %} {% endwith %} {% endif %} {% endwith %} {% endfor %} {{ page.body }} {% endblock content %}
{{ page.hero_text }}
{{ post.intro }}