Files
django-learning-pages/django_project/pages/templates/home.html

7 lines
89 B
HTML

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