{# Phone push-notification banner. `n` = notification context, `style` = ios|android #}
{{ n.app }} {{ n.time }}
{% if n.title %}
{{ n.title }}
{% endif %} {% if n.body %}
{{ n.body }}
{% endif %}