{% extends "bootstrap/base.html" %} {% block title %}Convertion results{% endblock %} {% block navbar %} {% endblock %} {% block content %}

2020 GIF to PNG converter

Do you love GIF as much as we do?

{% for image in images %} {% endfor %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}