5 changed files with 38 additions and 3 deletions
@ -0,0 +1,13 @@ |
|||
<!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>Django pokus</title> |
|||
</head> |
|||
<body> |
|||
{% block content %}no-content{% endblock %} |
|||
|
|||
</body> |
|||
</html> |
@ -1 +1,9 @@ |
|||
{% extends "dummy/base.html" %} |
|||
|
|||
{% block content %} |
|||
<a href="/">zpět</a> |
|||
<p> |
|||
Dummy šablona |
|||
</p> |
|||
{% endblock %} |
|||
|
|||
|
@ -0,0 +1,10 @@ |
|||
{% extends "dummy/base.html" %} |
|||
|
|||
{% block content %} |
|||
<p> |
|||
<a href="{% url "mora" %}">odkaz na dummy</a> |
|||
</p> |
|||
<p> |
|||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt sit sapiente vitae est tenetur id quae voluptates! Vitae in, expedita quod a ducimus molestiae, vel aliquid rem labore totam dolor? |
|||
</p> |
|||
{% endblock %} |
Loading…
Reference in new issue