{% load static %}
<head>
<link
rel="stylesheet"
href="{% static 'style.css' %}" />
rel="icon"
href="{% static 'icon.png' %}" />
<title>{{ title }}</title>
</head>