#includeTemplate($model.weblog "standard_head") $model.weblog.name: $model.weblogEntry.title #showAnalyticsTrackingCode($model.weblog) #showMetaDescription()
#includeTemplate($model.weblog "standard_header")

$model.weblog.name $model.weblog.tagline

#set($pager = $model.getWeblogEntriesPager()) #showWeblogEntriesPager($pager)
#foreach( $entry in $entries )
#if($entry.commentCount > 0) #if($model.commentForm.preview) #set($comments = [$model.commentForm.previewComment])
$text.get( "macro.weblog.preview" ):
#else
$text.get( "macro.weblog.comments" ):
#set($comments = $entry.getComments(true, true)) #end #else
No one has commented yet.
#end
#if($entry.commentCount > 0)
#foreach( $comment in $comments ) #if($comment.approved || $model.commentForm.preview)

$comment.content

$text.get("macro.weblog.postedby") #if (!$utils.isEmpty($comment.name) && !$utils.isEmpty($comment.url)) $comment.name #elseif (!$utils.isEmpty($comment.name)) $comment.name #elseif ($comment.remoteHost) $comment.remoteHost #else $text.get("macro.weblog.comment.unknown") #end $text.get("macro.weblog.on") $utils.formatDate($comment.postTime, $text.get( "macro.weblog.datepattern" )) #

#end
#end
#end
#if($utils.isNotEmpty($model.commentForm.preview)) #showWeblogEntryComments($entry) #end #set($cform = $model.getCommentForm()) #if( $entry.commentsStillAllowed )

Leave a Comment

#if( $cform.error )
$cform.message
#elseif( !$cform.error && !$utils.isEmpty($cform.message) )
$cform.message
#end
#if ($config.commentEmailNotify)
#end
$text.get( "macro.weblog.htmlsyntax" ) #if($config.commentEscapeHtml) $text.get( "macro.weblog.htmldisabled" ) #else $text.get( "macro.weblog.htmlenabled" ) #end
#else $text.get( "comments.disabled" ) #end #end