<%include include_common_head.html%> <%~if ad_wallpaper%> <%ad_wallpaper%> <%~endif%>
<%include include_header.html%>
<%~if $config.featured_articles%><%set featured_articles_loop = Plugins::UI::fetch_links(ids => $config.featured_articles)%><%endif%> <%~if featured_articles_loop.length%>
<%~endif%> <%~set widgets_loop = Plugins::UI::fetch_widgets('home')%>

Latest Headlines

<%~set latest_news = Plugins::UI::fetch_links(type => 'news', max_hits => 6)%> <%~set list_view = 'latest'%> <%~if latest_news.length%> <%~loop latest_news%> <%include link.html%> <%~endloop%> <%~endif%>
<%~set latest_tech = Plugins::UI::fetch_links(type => 'editorial', max_hits => 3)%> <%~set list_view = 'latest'%> <%~if latest_tech.length%>
<%~set adsize = '300x250_1'%> <%include include_ad.html%>

Latest Tech

<%~loop latest_tech%> <%include link.html%> <%~endloop%>
<%~endif%>
<%-- Featured photo & video section --%> <%~if $config.featured_photos%><%set featured_photo_video_loop = Plugins::UI::fetch_links(ids => $config.featured_photos)%><%endif%> <%~if featured_photo_video_loop.length%>
<%~endif%> <%-- Begin Inside Track --%> <%~set interviews = Plugins::UI::fetch_links(category => 7, max_hits => 6)%> <%~if interviews.length%>

Inside Track

Interviews

<%~loop interviews%>
<%~if thumbnail_url%>
<%~else%> <%~endif%>

<%escape_html Title%>

<%if row_num == 3%>
<%endif%> <%~endloop%>
<%~endif%> <%-- End Inside Track --%> <%-- Begin Featured Articles --%> <%~set features = Plugins::UI::fetch_links(category => 9, max_hits => 12)%> <%~if features.length%>

Feature Articles

<%~set list_view = 'column'%> <%~loop features%> <%include link.html%> <%~endloop%>
<%~endif%> <%-- End Featured Articles --%>
<%include include_footer.html%>
<%~include include_global_js.html%>