{include file=header.tpl}
{entry_block}
{entry} {include file=entry-default.tpl} {comment_block}

{$comments|tag:comments_number} to “{$subject}”

    {comment}
  1. {include file=shared:commentadminctrls.tpl} {* this shows edit/delete links*} {* 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} Says,
    {$content|tag:comment_text}
  2. {/comment}
{/comment_block} {include file="shared:comments.tpl"} {/entry}
{/entry_block}
{include file=widgets.tpl} {include file=footer.tpl}