Files
c22712/Задания/task1/Epifanov/Django/polls/templates/polls/pattern.html
T
2023-05-21 23:33:39 +03:00

15 lines
306 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<table border="1"><tr><td>It's a cell</td>></tr>></table>>
{% autoescape off %}
{{data}}
{% endautoescape %}
{% load static %}
<img src="{% static 'polls/Lake.jpeg' %}">
</body>
</html>