geshifilter-8.x-2.0-beta1/geshifield/templates/geshifield-default.html.twig
geshifield/templates/geshifield-default.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {# /** * @file * Default theme implementation for a geshifield element. * * Available variables: * - language: The language of the source code. * - sourcecode: The original source code. * - geshicode: The source code transformed by geshi. * * @see template_preprocess_geshifield_default() */ #} {{ geshicode | raw }} |