{% macro navigation() -%}
  • Create Pitstop
  • Statistics
  • Manual
  • {% if current_user.email %}
  • Logout
  • {% endif %} {%- endmacro %} {% macro render_field_with_errors(field) %}
    {{ field(**kwargs)|safe }} {% if field.errors %}

    {% for error in field.errors %} {{ error }} {% endfor %}

    {% endif %}
    {% endmacro %} Rollerverbrauch 0.1
    {% block body %} {% endblock %}