<!DOCTYPE html>
<html>
<head>{include="includes"}</head>
<body>
	<div id="pageheader">{include="page.header"}</div>
<center>
<div id="cloudtag">
    {loop="tags"}
    <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key|htmlspecialchars}</a>
    {/loop}
</div>
</center>
{include="page.footer"}
</body>
</html>