New template COMMENTS.
[gruta.git] / templates / art5 / COMMENTS
blobc9002159a02805d01a3013bb7e8e965b4891f727
1 <{header}>
3 <{column1}>
5 <{column2}>
7 <div class = 'main'>
9         <{main_top}>
11         <h1><{@"Comments"}></h1>
13         <{foreach {comments %num} {
14                 '<p>'
15                 {link {url 'STORY' 'topic' $0 'id' $1} {story_title $0 $1}}
16                 '</p>'
17                 {_comment $0 $1 $2}
18         }
19         '<p>'}>
21         <{main_bottom}>
23 </div>
25 <{footer}>