<% if (theme.font.primary === 'lxwk') { %> <% } else if (theme.font.primary === 'dingtalk') { %> <% } else if (theme.font.primary === 'pingfang') { %> <% } %> <%- css('css/style.css') %> <%- css('css/color.css') %> <%- css('css/widgets/page-transition.css') %> <% if (theme.interceptor.enable) { %> <%- include('widgets/links.ejs') %> <% } %> <%- include('widgets/appbar') %> <%- include('widgets/sidebar') %>
<%- body %>
<%- include('widgets/footer') %> <% if (theme.custom && theme.custom.css) { %> <% theme.custom.css.forEach(function(cssFile) { %> <% }) %> <% } %> <% if (theme.custom && theme.custom.head) { %> <%- theme.custom.head %> <% } %> <% if (theme.custom && theme.custom.js) { %> <% theme.custom.js.forEach(function(jsFile) { %> <% }) %> <% } %> <% if (theme.custom && theme.custom.footer) { %> <%- theme.custom.footer %> <% } %> <% if (theme.memorial_days && theme.memorial_days.enable) { %> <% } %>