#from allpages import allpages #extends allpages #def extrahead #end def #def pagetitle $title #end def #def prevbtn #if $prev #else #end if #end def #def nextbtn #if $next #else #end if #end def #def rightpane
#if $show_ads
#if $is_admin
Hide Ads #end if
#else #if $is_admin
Show Ads
#end if #end if #end def #def leftpane #for $viewlet in $viewlets
$viewlet
#end for #end def #def body
$entry.htmldata
by $entry.author on $entry.date
Permalink Browse RSS Feed Comment #if $canCompose New Entry #end if #if $canEdit Edit This Entry #end if
#if $show_ads
#end if #for $comment in $comments
#if $isUserObject($comment.author) #if $comment.author.homepage $comment.author #else $comment.author #end if #else $comment.author #end if says... source permalink
$comment.htmldata
on $comment.date
#end for
New Comment
#if not $user You're not logged in! Log in to be awesome!
#end if Format: BBCode ReStructured Text

#if $user Need to share an image or another file? Upload it!
Author: $user. Not you? Log out! #else Author (max. 20 characters): $recaptcha.displayhtml($recaptcha_key) #end if
#end def