7 lines
89 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Homepage</h1>
{% endblock content %}