3 <title>{% block title %}{% endblock %}</title>
4 <link rel="stylesheet" href="{{ url_for('static', filename='css/colors.css') }}">
5 <link rel="stylesheet" href="{{ url_for('static', filename='css/index.css') }}">
7 <body class="first-color">
8 <div class="titlecard second-color">
9 {% block content %}{% endblock %}