flatpress-theme-rainbow/static.tpl

16 lines
466 B
Smarty
Raw Normal View History

{include file="header.tpl"}
2023-06-15 16:32:27 +02:00
<div id="main">
{static_block}
{static}
<div id="{$id}" class="entry">
2023-06-20 02:15:41 +02:00
<div class="entry-title"><h2>{$subject}</h2></div>
2023-06-15 16:32:27 +02:00
<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"}