%inherit file="base.html"/>
<%def name="headIncludes()">
%def>
<%def name="body()">
% for section in config['home_sections']:
% if section == 'current_activity':
% elif section == 'watch_stats':
% elif section == 'library_stats':
% elif section == 'recently_added':
% endif
% endfor
%def>
<%def name="javascriptIncludes()">
% if 'current_activity' in config['home_sections']:
% endif
% if 'watch_stats' in config['home_sections']:
% endif
% if 'library_stats' in config['home_sections']:
% endif
% if 'recently_added' in config['home_sections']:
% endif
%def>