This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2022_Stanislav_Mykhailenko/Lesson_5/Task 3/templates/index.html

13 lines
163 B
HTML
Raw Permalink Normal View History

2022-12-21 20:53:09 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>News</title>
</head>
<body>
<div>
{{contents|safe}}
</div>
<a href="/editor">Add</a>
</body>
</html>