Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Handlebars code

<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
    var source   = document.getElementById('show-items-template').innerHTML;
    var template = Handlebars.compile(source);
    var html    = template({ data: data });