{% block title %}
yt-mls
{% endblock %} {% block head %}
{% endblock %} {% block body %}
yt-mls
downloader
library
{% endblock %} {% block content %} {%- with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {%- endwith %} {% endblock %}