flatpress-theme-rainbow/previewstatic.tpl

7 lines
196 B
Smarty
Raw Permalink Normal View History

2024-03-24 21:44:49 +01:00
{static content=$entry}
<div class="entry">
<h3>{$subject}</h3>
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"} </p>
{$content}
</div>
2023-06-15 16:32:27 +02:00
{/static}