{% import 'helpstrings.jinja2' as help %} PowerHub {% include "toasts.html" %}
{% block content %}{% endblock %}
{# this is an invisible toast that will be used for push notifications #} {% with show='', hidden='hidden', message={'title': '', 'body': '', 'category': 'primary'} %} {% include 'single-toast.html' %} {% endwith %}