13 lines
267 B
Plaintext
Executable File
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> |