diff --git a/templates/watch.gohtml b/templates/watch.gohtml
index 7dfdff6..b61b31d 100644
--- a/templates/watch.gohtml
+++ b/templates/watch.gohtml
@@ -1,5 +1,10 @@
{{define "title"}}Watch {{.Anime.Title}}{{end}}
{{define "scripts"}}{{end}}
+{{define "page_container"}}
+
+ {{template "content" .}}
+
+{{end}}
{{define "content"}}
{{if .WatchlistIDs}}{{end}}
{{$anime := .Anime}}
@@ -11,80 +16,8 @@
{{$rangeStart := episodeRangeStart $currentEpNum 100}}
{{$rangeEnd := min (add $rangeStart 99) $totalEpisodes}}
-
-
-
-
-
- Back
-
-
-
-
-
-
-
-
+
+
{{template "video_player" dict "WatchData" .WatchData "TotalEpisodes" $totalEpisodes}}
@@ -107,7 +40,73 @@
{{end}}
-
+
+
+
+
+
+
+
-
+
{{if .Seasons}}
{{$currentSeason := dict "Prefix" "" "Title" $anime.Title}}
{{range .Seasons}}