flatpress-theme-rainbow/static.tpl
2023-06-15 16:32:27 +02:00

15 lines
No EOL
428 B
Smarty

{include file=header.tpl}
<div id="main">
{static_block}
{static}
<div id="{$id}" class="entry">
<h3>{$subject}</h3>
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</p>
{$content|tag:the_content}
</div>
{/static}
{/static_block}
</div>
{include file=widgets.tpl}
{include file=footer.tpl}