6 lines
185 B
HTML
6 lines
185 B
HTML
|
<title>{{site.title}}</title>
|
||
|
<meta name="viewport"
|
||
|
content="width=device-width, initial-scale=1">
|
||
|
|
||
|
{% load static %}
|
||
|
<link rel="stylesheet" href="{% static 'primary/style.css' %}">
|