You are here

easy-social-pinterest.html.twig in Easy Social 8.3

Same filename and directory in other branches
  1. 8.4 templates/easy-social-pinterest.html.twig

Default theme implementation for a date / time element.

Available variables

  • attributes: (optional) HTML attributes to apply to the block.
  • widgets: The widgets to be rendered.
  • async: If we want to render JS ASsynchronously.
  • attached: Array of libraries to add, according to the widget definition.

File

templates/easy-social-pinterest.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a date / time element.
  5. *
  6. * Available variables
  7. * - attributes: (optional) HTML attributes to apply to the block.
  8. * - widgets: The widgets to be rendered.
  9. * - async: If we want to render JS ASsynchronously.
  10. * - attached: Array of libraries to add, according to the widget definition.
  11. *
  12. */
  13. #}
  14. <div class="easy-social pinterest">
  15. <a href="//pinterest.com/pin/create/button" {{ attributes }}></a>
  16. </div>