Elektromarket/templates/base.html

20 lines
479 B
HTML
Raw Normal View History

{{define "base"}}
<!DOCTYPE html>
<html>
<head>
<title>Elektromarket</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<<<<<<< HEAD
=======
<link rel="stylesheet" href="{% static 'scheduyapp/style.css' %}"/>
>>>>>>> 72deabcadad24618e6d3bd327848938f263a02c1
</head>
<body>
[logo]
{{template "content" .}}
</body>
</html>
{{end}}