freelinking-8.x-3.x-dev/templates/freelink-error.html.twig
templates/freelink-error.html.twig
{#
/**
* @file
* Default theme implementation for displaying freelinking errors.
*
* Available variables:
* - attributes: HTML attributes for the main element.
* - message: The error message.
* - plugin: The plugin that caused the error.
*
* @see template_preprocess_freelink_error()
*
* @ingroup themeable
*/
#}
<code {{ attributes }}>
{{ 'Freelinking' | trans }}: {{ message }} {{ indicator }}
</code>