{# ───────────────────────────────────────────── SPB Drive — Personal Cloud Drive ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/share-gate.njk Purpose : Minimal password gate for protected share links License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #} {% extends "base.njk" %} {% block title %}Protected link · SPB Drive{% endblock %} {% block body %}

Protected link

This shared item requires a password

{% if error %}{% endif %}
{% endblock %}