aboutsummaryrefslogtreecommitdiff
{#
SPDX-License-Identifier: CC0-1.0

Proxy info page with information about page with JS allowed by default policy.

This file is part of Hydrilla&Haketilo.

Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#}
{% extends "info_base.html.jinja" %}

{% block site_policy %}
  {{ _('info.js_fallback_allowed') }}
{% endblock %}