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