altcha-1.0.0/templates/altcha-widget.html.twig
templates/altcha-widget.html.twig
{#
/**
* @file
* Default theme implementation for the ALTCHA widget.
*
* Available variables:
* - attributes: An array of HTML attributes, intended to be added to the
* altcha-widget tag.
* - content: An optional renderable array of content to be include in the widget wrapper.
*
* @ingroup themeable
*/
#}
<altcha-widget{{ attributes }}>{{ content }}</altcha-widget>
