8 lines
300 B
HTML
8 lines
300 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 %}
|