{% import 'macros.html' as macros %} {% import 'helpstrings.jinja2' as help %} PowerHub {% include "html/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 'html/single-toast.html' %} {% endwith %}