{% extends "layout.html" %} {% block title %} Alert {% endblock %} {% block content %} {% include "header.html" %} {% if error %} {% endif %} {% if info %} {% endif %} {% endblock %}