blob: 70a1b0d8b82def1f6cd4049f4a0abc4709d8538c [file] [log] [blame]
<%include "header.gsp"%>
<%include "menu.gsp"%>
<div id="main-block" class="container main-block">
<div class="row title">
<div class='page-header'>
<%if (content.containsKey('tomeepdf')) {%>
<div class='btn-toolbar pull-right'>
<div class='btn-group'>
<a class="btn" href="<%if (content.rootpath) {%>${content.rootpath}<% } else { %><% }%>${content.uri.replace('html', 'pdf')}"><i class="fa fa-file-pdf-o"></i> Download as PDF</a>
</div>
</div>
<% } %>
<h2>${content.title}</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<%if (content.date) {%><p><em>${content.date}</em></p><% } %>
${content.body}
</div>
</div>
</div>
<%include "footer.gsp"%>