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