{{extend 'layout.html'}}

News at {{=category.name}}

{{for news in news:}} {{pass}}
{{=A(news.title,_href=news.link)}} ({{=news.votes}} votes) {{=A('comments',_href=URL('news_comments',args=news.id))}} {{=A('edit',_href=URL('news_edit',args=news.id))}}
{{=A('post news item',_href=URL('news_create',args=category.id))}}