{% extends "index_page.html" %} {%block title%}Startup Error{%endblock%} {%block content %} {%if error_type == "MissingConfigurationError"%}

Startup Error

The application could not start due to the missing configuration settings below:

{%endif%} {%endblock%}