2023-03-10 15:08:43 +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 %}
|
|
|
|
<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 %}
|