blob: 8ea4db4d138e2b51f40488b40ed0ebb93a16e424 [file] [log] [blame]
<% var page_type = page.type ? page.type : page.path.slice(0, -5) %>
<article class="article article-type-<%= page_type %>">
<div class="article-entry" itemprop="articleBody">
<%- partial('post/title', {post: post}) %>
<%- page_anchor(post.content) %>
<div class="article-tips">
<p class="tips-text">
<a target="_blank" href="https://github.com/apache/incubator-weex-site/edit/master/source<%- url_for(page.source)%>">Edit this page on GitHub</a>
</p>
</div>
</div>
<% if (page_type === 'article') { %>
<%- partial('_partial/post/nav') %>
<% } %>
<%- partial('_partial/footer') %>
</article>