<%~if $config.featured_articles%><%set featured_articles_loop = Plugins::UI::fetch_links(ids => $config.featured_articles)%><%endif%>
<%~if featured_articles_loop.length%>
<%loop featured_articles_loop%>
<%if row_num > 1%><%lastloop%><%endif%>
<%~rewrite_detail_url%>
<%~endloop%>
<%~endif%>
<%~set widgets_loop = Plugins::UI::fetch_widgets('home')%>
<%-- 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%>
<%~endif%>
<%-- End Inside Track --%>
<%-- Begin Featured Articles --%>
<%~set features = Plugins::UI::fetch_links(category => 9, max_hits => 12)%>
<%~if features.length%>
<%~endif%>
<%-- End Featured Articles --%>