{% set dt = load_data(literal = body, format="json") %}
{% for d in dt %}
{{ d.title | markdown | safe}}
{{ d.body |safe }}
{% endfor %}