{% include 'partials/head' %} {% include 'partials/flash' %}

Push Notifications

Send custom push notification

{% assign count = notifications.hub.count %} {% for pair in notifications %} {% assign name = pair[0] %} {% assign spec = pair[1] %} {% endfor %}
Key Message Tokens
{{name | capitalize}} {{spec.alert}} {{count}}
{% include 'partials/tail' %}