You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
199 B

<%- partial('_pre') %>
<div class='l_main no_sidebar'>
<%- partial('_partial/article', {post: page, index: false}) %>
</div>
<%- partial('_partial/footer', null, {cache: !config.relative_link}) %>