1:{dynamic}
   2:    {section name=menu show=$entries}
   3:        <ul>
   4:            {foreach item=entry from=$entries}
   5:            <li><a href="{$self}?id={$entry.news_id}">{$entry.news_title}</a></li>
   6:            {/foreach}
   7:        </ul>
   8:    {/section}
   9:    <br/>
  10:    {$smarty.now|date_format:"%A, %B %e, %Y"}<br/>
  11:    {$smarty.now|date_format:"%H:%M:%S"}
  12:{/dynamic}