<% let searchText = parse_url().searchKey.search_text %>
<% var sectors_list = ['Agriculture & Allied Services','Education','Energy','Health & Nutrition','MSME','Manufacturing','Skilling Livelihoods & Labour Welfare','Tourism','Urbanization','Water & WASH']%> <% let sel_sector = parse_url().searchKey.sector || 'all' %> <% let sel_order = parse_url().searchKey.order || 'title' %>
Sector
Sort By

Showing <% if(card_count > 8) { %> <%= start + 1 %> to <%= end %> of <% } %> <%= card_count %> Results

<% _.forEach(data, function(val) { %>
...
<%= val.sector %>
<%= val.title %>
<% }) %>
<% if(pages.length> 1) { %> <% var curr_page = parse_url().searchKey.page ? parseInt(parse_url().searchKey.page) : 1 %> <% } %>