{% extends "bootstrap/base.html" %} {% import "bootstrap/utils.html" as utils %} {% block title %}Prolefeeder{% endblock %} {% block content %} {{ utils.flashed_messages() }} <div class="container"> {% block app_content %}{% endblock %} </div> {% endblock %}