{% extends 'django_tailwind/simple.html' %} {% load django_cfg %} {% block title %}Route Not Available{% endblock %} {% block theme_toggle %}{% endblock %} {% block icon %}warning{% endblock %} {% block heading %}Route Not Available{% endblock %} {% block message %} The route {{ path }} is not available in static export mode. This page requires generateStaticParams() or development server. {% endblock %} {% block actions %} home Admin Dashboard menu_book Documentation {% endblock %}
{{ path }}
generateStaticParams()