|
@ -1,3 +1,4 @@ |
|
|
|
|
|
{% load static %} |
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
@ -5,6 +6,7 @@ |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>Novinky</title> |
|
|
<title>Novinky</title> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'novinky/css/novinky.css' %}"> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
{% block content %} |
|
|
{% block content %} |
|
|