<%include include_header.html%> <%set split = Links::Utils::column_split($category_loop.length, $home_category_cols)~%>
<%loop category_loop%> <%~set splitmod = $row_num % $split%> <%~if row_num == 1 or splitmod == 1 or split == 1%>
<%endif%> <%~include subcategory.html%> <%~if row_num == $category_loop.length or splitmod == 0%>
<%endif%> <%~endloop%>
There <%if grand_total != 1%>are<%else%>is<%endif%>
<%grand_total%>
link<%if grand_total != 1%>s<%endif%> for you to choose from!
<%include include_footer.html%>