You are here

contact-popup-block.html.twig in Contact Form Popup 8

Theme for contact_popup_block.

Available variables:

  • link: Link object to the contact form.
  • contact_form: the contact_form entity

File

templates/contact-popup-block.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme for contact_popup_block.
  5. *
  6. * Available variables:
  7. * - link: Link object to the contact form.
  8. * - contact_form: the contact_form entity
  9. */
  10. #}
  11. {% if link -%}
  12. <div> {{ link }} </div>
  13. {%- endif %}