initial
This commit is contained in:
5
django_project/default/templates/home.html
Normal file
5
django_project/default/templates/home.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>HV3</h1>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user