blob: b0c64d311f4b1217c8d5b90a212bbd06e4140d95 [file] [log] [blame]
<%include "header.gsp"%>
<%include "menu.gsp"%>
<div id="main-block" class="container section-padded">
<div class="row title">
<div class='page-header'>
<%if (content.containsKey('tomeepdf')) {%>
<div class='btn-toolbar pull-right' style="z-index: 2000;">
<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">
<%if (content.body) {%>
<div class="col-md-12">
${content.body}
</div>
<% } %>
</div>
</div>
<%include "footer.gsp"%>