Details
{% if e.human %}
In human-speak: {{ e.human }}
{% endif %}In machine-speak:
{% if e.message %}{{ e.message }}{% else %}{{ e }}{% endif %}