{% block head %} {% endblock %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block top %}

Welcome to my ugly website!!

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.

Learn more »

{% endblock %}
{% block body %}

Content comes here!

{% endblock %}
{% block tail%} {% endblock %}