Files
django-learning-hv3/django_project/default/templates/home.html
2023-01-01 19:51:38 +01:00

6 lines
83 B
HTML

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