website/templates/about.html

8 lines
470 B
HTML
Raw Normal View History

2021-06-01 23:15:46 +02:00
{% extends "template.html" %}
{% block title %}Hello, this is my {% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
My name is Stefan Friese. I am fascinated by computers since i first saw my Dad working on the zx spectrum after kindergarten. For me, the greatest thing is to learn something new. I write blog entries on this journey, so I’ll can look stuff up and share it with you. May these invoke your interest.{% endblock %}