{# USGS earthquakes. Fields from payload->data->data. #}
{% set d = (event.data.get('data') or {}).get('data') or {} %}
{% if d.get('magnitude') is not none %}
Magnitude
{{ d.magnitude }}{% if d.get('magType') is not none %} {{ d.magType }}{% endif %}