lostplaces-backend/lostplaces/lostplaces_app/templates/hello_world.html

10 lines
138 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
{{text}}
</body>
</html>