{% block head %} {# Show the setup name, as set in the config file, as tab title. Don't escape HTML entities. #} {{ setupname|safe }} {% endblock %} {% block overlay %} {% if lastaction is defined and lastaction is not none %} {% if lastaction == 'buy' %} {% elif lastaction == 'deposit' %} {% endif %} {% endif %} {% endblock %}
{% block header %} {% endblock %}
{% block main %} {# Here be content. #} {% endblock %}