21 lines
391 B
Scheme
Raw Normal View History

2007-09-06 22:33:58 +00:00
<% include BlogSideBar %>
<div id="BlogContent" class="blogcontent typography">
<% include BreadCrumbs %>
<% if Tag %>
<h3>Viewing entries tagged with '$Tag'</h3>
<% end_if %>
<% if BlogEntries %>
<% control BlogEntries %>
<% include BlogSummary %>
<% end_control %>
<% else %>
<h3>There are no blog entries</h3>
<% end_if %>
<% include BlogPagination %>
</div>