{# Shares the same CSS block as base_miner — import the partial #} {% include "_pool_styles.html" %} {% block head_extra %}{% endblock %}
{% block breadcrumb %}{% endblock %}{% block page_title %}{% endblock %}
{% block topbar %}{% endblock %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, m in msgs %}
{{ m }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}