initial, migrated to new structure
This commit is contained in:
6
django_project/templates/base.html
Normal file
6
django_project/templates/base.html
Normal file
@ -0,0 +1,6 @@
|
||||
<header>
|
||||
<a href="{% url 'home' %}">Home</a> |
|
||||
<a href="{% url 'about' %}">About</a>
|
||||
</header>
|
||||
|
||||
{% block content %} {% endblock content %}
|
Reference in New Issue
Block a user