About Extending or Including a Template by Relative Path
You can extend or include templates by relative path, based on the current template, for example:
{% extends "./base.html" %}
{% block content %}
{% include "./includes/tabs.html" %}
...
{% endblock %}
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You