You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
419 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Movie search</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css')}}">
</head>
<body>
<h2>{{ title }}: {{ rating }}</h2>
<img src="{{ poster }}" />
<p>
<strong>Year Released: </strong> {{ year }}
</p>
<p>
<strong>Plot Summary: </strong> {{ plot }}
</p>
</body>
</html>