This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
old-scribeengine/scribeengine/templates/page/view.mako

9 lines
255 B
Plaintext
Raw Normal View History

<%inherit file="/base.mako"/>
<%include file="/flash.mako"/>
<div class="page">
<h2 class="title">${c.page.title}</h2>
<div class="entry">
${h.literal(c.page.body)}
</div>
</div>