blob: e0182b97bf3d0943a0cfed54c1875abb0fb656af [file] [log] [blame]
<%include "header.gsp"%>
<%include "menu.gsp"%>
<div class="page-header">
<h1>Guide :: ${content.title}</h1>
</div>
<div class="article-body">
Estimated Reading Time: <span class="eta"></span>
<p>${content.body}</p>
</div>
<%include "footer.gsp"%>