You are here

extlink-extra-leaving.html.twig in External Links Extra 8

{# If you would rather use the template than the text box in the UI, you can
   reconstruct a facsimile here.  See extlink-extra-leaving.html.example.twig
   for an example and description of available variables.

   Don't remove any CSS classes if you want them to function correctly, but add
   any that you need.
#}

<div class="extlink-extra-leaving">
  {{ alert_text }}
</div>

File

templates/extlink-extra-leaving.html.twig
View source
  1. {# If you would rather use the template than the text box in the UI, you can
  2. reconstruct a facsimile here. See extlink-extra-leaving.html.example.twig
  3. for an example and description of available variables.
  4. Don't remove any CSS classes if you want them to function correctly, but add
  5. any that you need.
  6. #}
  7. <div class="extlink-extra-leaving">
  8. {{ alert_text }}
  9. </div>