wedding-site-backend/wedding_site/primary/templates/header.html

6 lines
185 B
HTML
Raw Normal View History

2024-02-11 20:31:36 +00:00
<title>{{site.title}}</title>
<meta name="viewport"
content="width=device-width, initial-scale=1">
{% load static %}
<link rel="stylesheet" href="{% static 'primary/style.css' %}">