foldershare-8.x-1.2/templates/foldershare-view.html.twig
templates/foldershare-view.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {# /** * @file * Defines the theme template to show a page with an embeded view. * * Available variables: * - 'attributes' = HTML attributes for the containing element * (e.g. an <article>). * * - 'content_attributes' = HTML attributes for the content element. * * @ingroup foldershare */ #} <article{{ attributes }} class = "foldershare-content" > <div{{ content_attributes }}> {{ content }} </div> </article> |