{% if title %}
{{ title }}
{% endif %}
{% for line, callout in code %} {{ line }}{% if callout %} {{ callout }}{% endif %}{{ '\n' }} {% endfor %}
{% if callouts %}
{% for callout_entry in callouts %}{{ callout_entry }}{% endfor %}
{% endif %}