{% extends "base" %} {% block title %} pastor - gui result {% endblock title %} {% block content %} View file:
https://{{ host }}/{{ id }}{% if mime == "text/plain" %} {% endif %} Delete token:
{{ token }}Curl:
curl -X DELETE https://{{ host }}/{{ id }}?token={{ token }}GET:
https://{{ host }}/delete/{{ id }}?token={{ token }}{% endblock content %}