11 lines
304 B
HTML
11 lines
304 B
HTML
{% 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>
|
|
{% endblock content %}
|