{include file=header.tpl}
{entry_block} {entry} {include file=entry-default.tpl} {comment_block}
    {comment}
  1. {* using this tag combo, the name is displayed as a link only if user entered a URL. Syntax is quite intuitive: "if $url is not empty, show $name between a tags, else default fallback on displaying plain $name" *} {$url|notempty:"$name"|default:$name} {include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*}

    {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}

    {$content|tag:comment_text}
  2. {/comment}
{/comment_block} {/entry} {/entry_block} {include file="shared:comment-form.tpl"}
{include file=widgets.tpl}
{include file=footer.tpl}