<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ user.name }}'s Watchlist</title>
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css">
<img alt="Avatar" class="avatar" src="{{ url_for('static', filename='images/avatar.png') }}">
{{ user.name }}'s Watchlist
<li><a href="{{ url_for('index') }}">Home</a></li>
{% block content %}{% endblock %}
<small>© 2018 <a href="http://helloflask.com/tutorial">HelloFlask</a></small>