Further modules included.
[yaffs-website] / web / modules / contrib / media_entity_twitter / templates / media-entity-twitter-tweet.html.twig
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>