{% if node.raw %} {# see the RawDirective for where this is coming from; a refactor is desired to move this onto its own template / renderer #} {{ node.value|raw }} {%- else -%} {% if node.caption %}
{%- include "body/code/highlighted-code.html.twig" -%}
{%- endif -%}