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