<{
	{assert_topic_editor %topic}
	header

	"<div class = 'main'>"

	'<h1>' @"Delete story" '</h1>'

	'<p>'
	{link {url 'INDEX'} @"Index"}
	' - '
	{link {url 'ADMIN'} @"Admin"}
	'<p>'

	{delete_story %topic %id}

	'</div>'

	footer
}>