mirror of https://github.com/jkjoy/sunpeiwen.git
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
|
|
<!DOCTYPE html>
|
|
<html lang="<%= config.language %>">
|
|
<%- partial('partial/head', {cache: true}) %>
|
|
<%- partial('partial/mobile-header', {cache: true})%>
|
|
<%- partial('partial/header', {cache: true}) %>
|
|
<%- body %>
|
|
<%- partial('partial/gotop', {cache:true}) %>
|
|
<%- partial('partial/footer', {cache:true}) %>
|
|
</html> |