{# -*- mode: web; -*- #} Farm Manager {% if current_user.is_authenticated %} {% endif %}
{% block content %}{% endblock %}
{# Flashed messages added last, so that they appear on top of the content. #} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% endif %} {% endwith %}