{% extends "base.html" %} {% block title %}OT Redirect{% endblock %} {% block page_content %} {% if data["status"] %}
Click the link below to redirect. Make sure the source is trustworthy.

{{ data["link"] }} {% else %}
Invalid link!

Back to homepage {% endif %} {% endblock %}