{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}{% endblock %} {% block content %}
Drawing of my computer desk where we see an iMac with an open Terminal with Swift code snippets. On the shelf behind we can see programming books for Rust, Swift and JavaScript. The books are arranges vertically next to a small flower pot. The flower has big green leafes. A cup of steaming coffee sits on the desk, to the left of the iMac.

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 %}
{{ page.body }}
{% include 'newsletter/snippets/signup_form.html' %}
{% endblock content %}