{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block head %} {# {{ super() }}#} {{ fixes.ie8() }} Taskr {% endblock %} {% block scripts %} {# {{ super() }}#} {% endblock %} {% block navbar %} {% endblock %} {% block content %} {{ util.flashed_messages() }} {% endblock %}