|
|
@ -1,6 +1,6 @@ |
|
|
|
{% autoescape None %} |
|
|
|
<!doctype html> |
|
|
|
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}" manifest="{{ Env.get('web_base') }}couchpotato.appcache?{{ 'dark' if Env.setting('dark_theme') else 'light' }}"> |
|
|
|
<html class="{{ 'dark' if Env.setting('dark_theme') else '' }}"> |
|
|
|
<head> |
|
|
|
<title>CouchPotato</title> |
|
|
|
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
|
|
|