<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>{% block title %}Test{% endblock %}</title>
       

        {% block stylesheets %}{% endblock %}
    </head>
    <body>
test route  




       
    </body>
</html>
