<{header}>

<{column1}>

<{column2}>

<div class = 'main'>

	<{main_top}>

	<h1><{@"Search by tag"}></h1>

	<p><b><{%tag}></b> (<{link {url 'RSS' 'tag' %tag} 'RSS'}>):<br>

    <ul>
        <{if
            {ne '' %tag}
            {foreach {stories_by_tag %topic %tag is_admin}
                {li {link_to_story_with_edit $0 $1}}
            }
        }>
    </ul>

	<{search_hits}>

	<{main_bottom}>

</div>

<{footer}>
