%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="modalIncludes()">
% if _session['user_group'] == 'admin' and config['update_show_changelog']: