{# /** * @file * Default theme implementation for the quote shortcode. * * Available variables: * - class: Class string. * - author: The author. * - text: The quoted text. */ #} {% if author %} {# TODO: Make translatable #} {{ author | trans }} wrote: {% endif %} {{ text | raw }}