bizcochito.onion/personalWebpage/webpage/templates/head.html

11 lines
209 B
HTML

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