CouchPotato
{% set icon_path = Env.get('static_path') + 'images/icons/' %}
{% set themed_icon_path = icon_path + ('dark/' if Env.setting('dark_theme') else '') %}
{% for url in fireEvent('clientscript.get_scripts', single = True) %}
{% end %}
{% if Env.get('dev') %}
{% end %}
{% for url in fireEvent('clientscript.get_styles', single = True) %}
{% end %}