<{header}>

<{column1}>

<{column2}>

<div class = 'main'>

	<{main_top}>

	<h1><{@"Tag cloud"}></h1>

	<p>

	<{foreach tags {
		"<font size = '"
		$1
		"'>"
		{link {url 'SEARCH_BY_TAG' 'tag' $0} $0}
		'</font>'
		}
		' '
	}>
	</p>

	<{main_bottom}>

</div>

<{footer}>
