{# Keep In Touch — newsletter / contact capture admonition. Rendered above the comments section on every page (included from partials/comments.html). Lets a visitor leave a WhatsApp number and/or email to get updates. Each field submits independently; once both are present the widget asks for their name. Submissions POST as JSON to the endpoint configured in zensical.toml under [project.extra.keep_in_touch]. Config (zensical.toml): [project.extra.keep_in_touch] endpoint = "https://subscribe.krystl.org/api/subscribe" enabled = true The endpoint is also exposed to JS as window.TOA_KEEP_IN_TOUCH_ENDPOINT via overrides/main.html. Styling lives in docs/stylesheets/extra.css (.toa-kit-*), behaviour in docs/javascripts/extra.js (Keep-In-Touch IIFE). #} {% if config.extra.keep_in_touch and config.extra.keep_in_touch.enabled != false %}

Keep In Touch

Leave your WhatsApp or email to get updates on the journey.

{# WhatsApp #} {# Email #} {# Name — revealed after both whatsapp + email are captured #}
{% endif %}