
5 changed files with 21 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="cs"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Document</title> |
|||
</head> |
|||
<body> |
|||
{% block content %} |
|||
(nic tu zatim neni) |
|||
{% endblock %} |
|||
</body> |
|||
</html> |
@ -1,3 +1,5 @@ |
|||
from django.shortcuts import render |
|||
|
|||
# Create your views here. |
|||
def index(request): |
|||
return render(request, "novinky/index.html") |
|||
|
Loading…
Reference in new issue