First:
<%- include('chapterButton.ejs', {chapter:List[0], scanlator, title, shortCut:true}) %>Continue:
<%- include('chapterButton.ejs', {chapter:List[i], scanlator, title,shortCut:true}) %>Last:
<%- include('chapterButton.ejs', {chapter:List[List.length-1], scanlator, title,shortCut:true}) %>