{% extends 'bootstrap/base.html' %} {% block title %} {% if title %}{{ title }} -- AnnotateChange{% else %}Welcome to AnnotateChange{% endif %} {% endblock %} {% block navbar %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block app_content %} {% endblock %}
{% endblock %}