mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
21 lines
391 B
Scheme
21 lines
391 B
Scheme
<% 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> |