sqrl-2.0.0-rc1/templates/sqrl-widget-cached.html.twig
templates/sqrl-widget-cached.html.twig
{#
/**
* @file
* Default theme implementation to display something.
*
* Available variables:
* - foo: Foo variable description.
*
* @see template_preprocess_widget()
*
* @ingroup themeable
*/
#}
<div id="sqrl-cache">
<a href="{{ url }}">
<img src="{{ logourl }}" alt="SQRL {{ operation }}" title="{{ title }}">
</a>
</div>
