{% macro captcha() %}
{% set public_key = app["conf"].get(['registry', 'webservices', 'recaptcha-public-key']) %} {% if app["conf"].get(['registry', 'webservices', 'captcha-provider']) == 'hCaptcha' %}
{% else %}
{% endif %}
{% endmacro %}