{#/** * @file epal_student_sector_field.html.twig * Default theme implementation to present Epal student sector field data. * * This template is used when viewing Epal student sector field pages. * * * Available variables: * - content: A list of content items. Use 'content' to print all content, or * - attributes: HTML attributes for the container element. * * @see template_preprocess_epal_student_sector_field() * * @ingroup themeable */#}<div{{attributes.addClass('epal_student_sector_field')}}>{%ifcontent%}{{-content-}}{%endif%}</div>