{% if bodyleft %}
{% if md %}
{{ body | markdown | safe }}
{% else %}
{{ body | safe }}
{% endif %}
{% if src %}
![{{ alt }}]({{ get_url(path=src, cachebust=true) }})
{% endif %}
{% else %}
{% if src %}
![{{ alt }}]({{ get_url(path=src, cachebust=true) }})
{% endif %}
{% if md %}
{{ body | markdown | safe }}
{% else %}
{{ body | safe }}
{% endif %}
{% endif %}