<html>
  <head>
    <title>{{ project_name }}</title>
  </head>
  <body>
    <h1>Project {{ project_name }}</h1>
    <h2>Camera Feed of {{ camera_feed_info }}</h2>
    <img src="{{ url_for('video_feed') }}">
  </body>
</html>