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