blob: 5ae7f6e7a4df49feeb6e0ad4b03be9fd145ea3fe [file] [log] [blame]
<%include "header.gsp"%>
<main>
<article>
<% if((content.metadata && content.metadata.summary) || content.summary) { %>
<h1>${content.summary ?: content.metadata.summary}</h1>
<%}%>
${content.body}
</article>
</main>
<%include "footer.gsp"%>