{% extends "pages/sandbox_base.html" %} {% block title %}Boot Hooks — {{ sandbox_name }} — Shoreguard{% endblock %} {% block breadcrumb_tail %} {% endblock %} {% block content %}
Boot Hooks
Pre-create hooks run as ShoreGuard-side validation gates before the sandbox is created. Post-create hooks run inside the new sandbox via ExecSandbox once it is up.
Loading hooks…
{% endblock %} {% block sandbox_js %} {% endblock %}