# This file contains the template for your blog. You can edit it to change the appearance. # Note lines starting with a # character are comments so indent any styles like #sidebar etc. ||h_title|| #this one style we do inline so we can use template parser functions in it.

||include||your_intro.txt||

||begin_list_items|| ||define((yday),datetime_format(time,(%j)))|| ||if(not(equal(lyday,yday)))||

||date_long(time)||

||endif|| ||define((lyday),datetime_format(time,(%j)))||

||subject||

||body||

||define((xname),name)|| ||define((xtime),time)|| ||begin_list_comments|| ||end_list_comments|| ||ifdef||show_comments_here|| ||if(not(equal(comment_count,0)))||
||begin_list_comments||

||c_name||: ||body|| (||datetime_format(c_time,(%x))||)

||end_list_comments||
||endif|| ||endif||
||end_list_items||