{% extends "base_template.html" %} {% block title %}Captcha{% endblock %} {% block content %}

Captcha — Cloudflare Turnstile

Keys used to protect forms from spam. Editable here, no .env edit needed.

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
Public key, rendered in the page next to the widget.
Private key, used server-side to verify submissions. Keep it secret.
Cloudflare's official test keys are used by default, so development works out of the box (they always pass). Get real keys for production from your Cloudflare Turnstile dashboard.
{% endblock %}