<%~set tag = $in.tag%>
        <%~if tag ieq 'swim'%><%set tag_title = 'Swim'%>
        <%~elsif tag ieq 'bike'%><%set tag_title = 'Bike'%>
        <%~else%><%set tag_title = 'Run'%><%endif%>
        
        <%~set res = Plugins::UI::fetch_links(tag => $tag, max_hits => $config.search_maxhits, url => "$tag_title/" )%>
        <%~set title_loop = Links::Build::build('title', $tag_title)%>
        <%include include_breadcrumb.html%>
        <%~set paging = $res.paging%>
        <%~set featured_articles_loop = $res.features%>
        <%unless featured_articles_loop%>
        
    No article found
<%endif%> <%~if paging and paging.current_page == 1%> <%~endif%> <%~if paging.num_hits > 3%> <%if paging.current_page == 1%><%endif%> <%~set list_view = ''%> <%~endif%>