You are here

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

Default theme implementation for a date / time element.

Available variables

  • example_share_link: The markup for the example share link.

File

contrib/easy_social_example/templates/easy-social-example.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a date / time element.
  5. *
  6. * Available variables
  7. * - example_share_link: The markup for the example share link.
  8. *
  9. */
  10. #}
  11. <div class="easy-social example">
  12. {{ example_share_link }}
  13. </div>