{% load static %} {# Use data attributes as storage for access in static scripts #} {% block head %} {% include 'shared/head.html' %} {% endblock %}
{% if has_toasts %}
{% csrf_token %} {% for toast in toast_messages %}
{{ toast.message }}
{% endfor %}
{% endif %}
LINKDING
{% block content %}{% endblock %}
{% block overlays %}{% endblock %}
{% include 'shared/dev_tool.html' %}