<% // Admin: Playlists management // Shows all playlists for current site, with new/edit/delete actions. // The editor itself is the same modal that's used from the post-editor. const _csrf = (typeof csrfToken !== 'undefined' && csrfToken) || ''; %>

← Beheer

Playlists

Canonieke playlists. Bewerk een playlist hier en de wijzigingen werken door in Γ‘lle posts die hem gebruiken via [[playlist:<id>]].

<%# Sticky-on-mobile create button β€” easier reach than a header button. %>
<% if (!playlists.length) { %>
πŸ“ƒ

Nog geen playlists.

Maak er een via de knop hierboven, of via de πŸ“ƒ knop in de post-editor.

<% } else { %> <% } %>
<%# Editor modal lives in its own partial so the post-editor can include it too %> <%- include('../partials/playlist-editor', { csrfToken: _csrf }) %>