<% var headers = config.site_headers || []; for (var i = 0, l = headers.length; i < l; i++) { %> <%- headers[i] %> <% } %> <% if (locals.extra_style) { %> <% } %> <% if (config.site_enable_search_preview) { %> <% } %> <% if (locals.topic) { %> <%= topic.title %> - <%= config.name %> <% } else { %> <%= config.description %> <% } %>
<%- body %>
回到顶部