2018-10-25 20:09:08 +02:00
|
|
|
{{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">
|
2018-10-25 20:09:57 +02:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2018-10-25 19:23:49 +02:00
|
|
|
<link rel="stylesheet" href="{% static 'scheduyapp/style.css' %}"/>
|
2018-10-25 20:09:57 +02:00
|
|
|
>>>>>>> 72deabcadad24618e6d3bd327848938f263a02c1
|
2018-10-25 20:09:08 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
[logo]
|
|
|
|
{{template "content" .}}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|