{% extends "base.html" %} {% block title %}Share Link Created — Fabled Scryer{% endblock %} {% block content %}

Share Link Created

Copy this link now — it cannot be shown again
{% set share_url = request.host_url.rstrip('/') + '/share/' + raw_token %}
{% if label %}Label: {{ label }}  · {% endif %} {% if expires_at %}Expires: {{ expires_at.strftime("%Y-%m-%d") }} {% else %}Expires: Never{% endif %}
Manage Share Links Back to Dashboard
{% endblock %}