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

6 lines
89 B
HTML

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