my-website/templates/index.html

6 lines
156 B
HTML

{% extends "base.html" %} {% block content %}
<p>
This is some placeholder text because I don't know what to put here, yet.
</p>
{% endblock content %}