{% extends "base.html" %} {% block title %}ورود | پنل مدیریت فرنود{% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
{% endblock %}