2020-03-13 19:26:09 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="<%= config.language %>">
|
2020-03-14 22:21:16 +08:00
|
|
|
<%- partial('common/head') %>
|
2020-03-13 19:26:09 +08:00
|
|
|
<body>
|
|
|
|
<%- body %>
|
2020-03-29 19:54:28 +08:00
|
|
|
<div class="search-popup-container">
|
|
|
|
<%- partial('common/local-search') %>
|
|
|
|
</div>
|
2020-03-21 11:18:52 +08:00
|
|
|
<%- partial('common/scripts') %>
|
2020-03-29 19:54:28 +08:00
|
|
|
<% if (theme.local_search.enable) { %>
|
|
|
|
<%- next_js('local-search.js') %>
|
|
|
|
<% } %>
|
2020-03-13 19:26:09 +08:00
|
|
|
</body>
|
|
|
|
</html>
|