{% extends 'layouts/demo-base.html' %} {% block pageTitle %}{{ errorTitle|default('Access Error') }} - BuyerKiosk Demo{% endblock %} {% block content %}
{{ errorMessage|default('We encountered an issue with your demo access.') }}
{% if errorType == 'expired' %}Magic links expire after 5 minutes for security. Request a new one below.
{% elseif errorType == 'used' %}This link has already been used. If you have an active session, continue to the demo.
{% endif %}Need help? Contact support@buyerkiosk.com