<%- include("partials/document-head.ejs") %> <%- include("partials/header.ejs") %>
<%= website_name %> Admin Settings
User registration
Hide "Login" in navigation bar
Serve ATOM feed
Serve JSON feed
Password minimum length
Website Name
Custom head
Themes
<% for(theme of theme_data.installed) { %>
<%= theme %>
<% } %>
<%- include("partials/footer.ejs") %>