#from Cheetah.Template import Template #from tfplib import htmlutils #compiler-settings autoImportForExtendsDirective = False allowExpressionsInExtendsDirective = True #end compiler-settings #extends Template.compile(file=config["paths"]["BasePage"].encode("utf-8")) #def Content #for $Entry in $Entries $EntryBlock($Entry) #end for #end def #* $sblog.ReplaceSpecialChars($Name)

$sblog.ReplaceSpecialChars($Name)


Topics:

Valid XHTML 1.1
Valid CSS!

#for $Entry in $Entries

$sblog.ReplaceSpecialChars($Entry["Title"])

$Entry["Formatter"]($Entry["Text"])

Posted by $sblog.ReplaceSpecialChars($Entry["Author"]["nick"]) ($sblog.ReplaceSpecialChars($Entry["Author"]["Name"]["first"]) $sblog.ReplaceSpecialChars($Entry["Author"]["Name"]["last"])) on $Entry["PostTime"].strftime("%F") in [ #for $Topic in $Entry["Topics"] $sblog.ReplaceSpecialChars($Topic)/, #end for ]
#end for
*#