<{header}>

<{column1}>

<{column2}>

<div class = 'main'>

	<{main_top}>

	<{if is_admin {
		'<em><ul>'

		{foreach {stories_by_date %topic 0 0 date '' 1}
			{li {
				{date cfg_date_format $2}
				' '
				{link_to_story_with_edit $0 $1}
				}
			}
		}

		'</ul></em>'
		}
	}>

	<ul>
	<{foreach {stories_by_date %topic}
		{li {
			{date cfg_date_format $2}
			' '
			{link_to_story_with_edit $0 $1}
			}
		}
	}>
	</ul>

	<{main_bottom}>

</div>

<{footer}>
