{% extends "django_fundamentals/layouts/app.html" %} {% block head_title %}Home · {{ block.super }}{% endblock %} {% block content %}

Welcome

This project is built on django-fundamentals. The routes below are wired up already — replace this page by adding your own path("", ...) or by overriding templates/django_fundamentals/home.html.

{% for url in homepage_urls %} {% endfor %}
URL Description
{{ url.path }} {{ url.description }}
{% endblock %}