2022-01-06 21:28:42 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block metadata %}
|
|
|
|
<meta name="description" content="This is the personal website of Jonas Tobias Hopusch (@jotoho)" />
|
|
|
|
{% endblock metadata %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-07-28 18:23:57 +02:00
|
|
|
<p>
|
|
|
|
This is some placeholder text because I don't know what to put here, yet.
|
|
|
|
</p>
|
2021-06-13 22:17:05 +02:00
|
|
|
{% endblock content %}
|