flatpress-theme-rainbow/default.tpl

15 lines
350 B
Smarty

{include file="header.tpl"}
<div id="main">
<div class="entry">
{page}
<h3 class="title">{$subject}</h3>
<div class="body">
{if $rawcontent} {$content}
{else} {include file="$content}{/if}
</div>
{/page}
</div>
</div>
{include file="widgets.tpl"}
{include file="footer.tpl"}