{{#if config/public_key}} {{#if config/private_key}}
{{#script}} jQuery(document).ready( function(){ if( typeof grecaptcha === 'object' ){ var captch = jQuery('#cap{{id}}'); grecaptcha.render( captch[0], { "sitekey" : "{{config/public_key}}", "theme" : "{{config/theme}}" }); } }); {{/script}} {{else}}