<!DOCTYPE html >
<html lang="en">
<head>
  <title><%site_title%></title>
<%include include_common_head.html%>
</head>
<body id="home">
  <%~if ad_wallpaper%>
  <%ad_wallpaper%>
  <%~endif%>
  <div class="container">
    <%include include_header.html%>

    <div class="main">
      <div class="contentwrapper clearfix">
        <%~set title_loop = Links::Build::build('title', 'Articles')%>
        <%include include_breadcrumb.html%>
        <section class="section category-list section-has-widgets section-reverse">
        <div class="sidebar-b">
          <%~set adsize = '300x600'%>
          <%include include_ad.html%>
          <div class="widget-spacer"></div>
          <%~set widgets_loop = Plugins::UI::fetch_widgets('category')%>
          <%~set widget_end   = $widgets_loop.length%>
          <%include include_widgets.html%>
        </div>
        <div class="content content-has-widgets">
          <div class="grid">
            <div class="col-1-1">
              <h1>Articles</h1>
              <%~set category_loop = Plugins::UI::fetch_categories()%>

              <%~loop category_loop%>
              <%~if Name like 'Bike Fit' or $Name like 'Products' or $Name like 'RD Aids'%><%nextloop%><%endif%>
              <%include include_category.html%>
              <%~endloop%>
            </div>
          </div>
          <div class="section-divider mobile"></div>
        </div><!-- end content -->
        </section><!-- end section -->

        <div class="section-spacer"></div>

      </div><!-- End contentwrapper -->
    </div>
    <%include include_footer.html%>
  </div>
</body>
<%~include include_global_js.html%>