diff --git a/templates/base.gohtml b/templates/base.gohtml index 0751166..d0f9575 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -251,7 +251,7 @@ if (window.showToast) showToast({ message: 'Something went wrong' })
-
+
{{template "content" .}}
diff --git a/templates/watch.gohtml b/templates/watch.gohtml index f548570..dbe6b4f 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -7,7 +7,7 @@ {{if or (not $currentEpID) (eq (printf "%v" $currentEpID) "0") (eq (printf "%v" $currentEpID) "")}}{{$currentEpID = "1"}}{{end}} {{$totalEpisodes := len $episodes}} -
+