
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
movie.html을 실행하면 이것만 뜹니다
annot GET /%7B%7Burl_for(
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>영화 검색 사이트</h1>
<form action="{{url_for("movie")}}">
<input type="text" name="query" />
<button type="submit">검색</button>
</form>
</body>
</html>
