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

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

{{ page.body }}
{% include 'newsletter/snippets/signup_form.html' %}
{% endblock content %}