• {{ pageTitle() }} {{ pageNumber() }}
    • {{ i18n('All notes') }}
    • {{ i18n('Favourites') }}
    • {{ i18n('Trash') }}
    • {{ i18n('Notebooks') }}
    • <% if (notebooks !== null) { %>
    • <% notebooks.forEach(function (model) { %>
    • {{ notebook(model) }}
    • <% }); } %>
    • class="active" <% } %>> Default <% _.forEach(profiles, function (prof) { %> <% if (prof !== 'notes-db') { %> class="active" <% } %>> {{ prof }} <% } }); %>
    • {{ i18n('Settings') }}
    • {{ i18n('About') }}