{% extends "base.html" %} {# Define what html head we include #} {% block head %} {% with type='home' %} {% include "components/html_head.html" %} {% endwith %} {% endblock head %} {% block wrapped %} {% with title_type='title' %} {% include "components/title_text.html" %} {% endwith %} {% include "components/super_gay.html" %}

Hi – Welcome to my dusty internet hangout place.

My name is Katharina Fey and I'm a software developer from Berlin. I like taking photos, writing stories and starting way too many personal projects.

Twitter

Github

Keys

To get in touch with me, you can also send an e-mail to kookie@spacekookie.de

{% endblock %}