2020-04-10 22:24:16 +08:00
|
|
|
<div class="about-container">
|
|
|
|
<div class="about-content markdown-body">
|
|
|
|
<%- page.content %>
|
2020-03-19 18:11:13 +08:00
|
|
|
</div>
|
2020-04-10 22:24:16 +08:00
|
|
|
<div class="about-comments">
|
|
|
|
<% if (page.comments) { %>
|
2020-04-14 21:18:37 +08:00
|
|
|
<%- partial('_partial/comments/comment') %>
|
2020-04-10 22:24:16 +08:00
|
|
|
<% } %>
|
|
|
|
</div>
|
|
|
|
</div>
|