+
+ <%if(page.type==null){%>
+
+ <%}%>
+ <%= page.title %>
+
+ <%- page.content %>
+
+
+ <%- partial('copyright') %>
+
+
+
+
+ <% post.tags.forEach(function(tag, i){ %>
+ <%-tag.name%>
+ <%if(post.tags.length-1 > i){%>
+
+ <%} %>
+ <% }) %>
+
+
+
+ <%- partial('share') %>
+
+ <%- partial('reward') %>
+
+