{% macro codeBox() %} %%CODE:%% {{ code | safe | trim }} {% endmacro %} {% macro outputBox() %} %%OUTPUT:%% {{ code | safe }} {% endmacro %} {% if horizontal != null %} {{ codeBox() }} {{ outputBox() }} {% else %} {{ codeBox() }} {{ outputBox() }} {% endif %}