{% macro markdown(content) %}
{{ content|markdown }}
{% endmacro %} Merkury

{{ file_name }}

{{ timestamp }}

{% for chunk in chunks %}
Source code
{{ chunk.in|e }}
Output {% if chunk.html %} {{ chunk.out }} {% elif chunk.markdown %} {{ markdown(chunk.out) }} {% else %}
{{ chunk.out|e }}
{% endif %}
{% endfor %}