{% block head %}{% endblock %}
WebTools
Home
SEO
All SEO Tools
Image
All Image Tools
Web Tools
All Web Tools
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'success' %}
{% elif category == 'error' or category == 'danger' %}
{% elif category == 'warning' %}
{% else %}
{% endif %} {{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
Loading...
Processing…
{% block scripts %}{% endblock %}