You are here

media-entity-twitter-tweet.html.twig in Media entity Twitter 8.2

Same filename and directory in other branches
  1. 8 templates/media-entity-twitter-tweet.html.twig

Default theme implementation to display a tweet.

File

templates/media-entity-twitter-tweet.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a tweet.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <blockquote{{ attributes }}>
  10. <a href="{{ path }}"></a>
  11. </blockquote>