Files
2025-07-16 16:30:56 +00:00

13 lines
267 B
Plaintext
Executable File

<!DOCTYPE html>
<html lang="<%= config.language %>">
<%- partial('components/header/head') %>
<body>
<%- body %>
<%- partial('components/scripts') %>
<% if (theme.plugins.aplayer.enable) { %>
<%- partial('components/plugins/aplayer') %>
<% } %>
</body>
</html>