Javascript gotcha
Since we need the
paginatorandpageproperties, such Javascript files should not be included via<script src="...">..</script>.Instead, save these in the
_includesfolder and{% include filename.js %}somewhere in the template, e.g. the<head>section.