{% block logo %}{% endblock logo %}
{% block heading %}Control panel{% endblock heading %}
{% block subheading %}{% endblock subheading %}
{% block actions %}{% endblock actions %}
{# Below `lg` the sidebar is hidden, so the same links appear here rather than nowhere. #}
{% block panel %}{% endblock panel %}
{% endblock main %}