{% if request.query_params.get("notice") %}

{{ request.query_params.get("notice")[:350] }}

{% endif %}{% block content %}{% endblock %}