vulcan/themes/gstyle/layout/page.ejs
Martin Donnelly 4789944309 added theme
2017-09-01 11:16:00 +01:00

13 lines
300 B
Plaintext

<div class="row">
<div class="main">
<article>
<h1>
<%=page.title%>
</h1>
<small><%- date(page.date, 'YYYY/M/D') %></small>
<%-page.content%>
</article>
<%- partial('partials/comments') %>
</div>
</div>