parsav  profile.tpl at [ac4a630ad5]

File view/profile.tpl artifact d21ccabbe8 part of check-in ac4a630ad5


<div class="profile">
	<div class="banner">
		<img class="avatar" src="@:avatar">
		<div class="id">@nym</div>
		<div class="bio">
			@bio
		</div>
	</div>
	<table class="stats">
		<tr><th>posts</th> <td>@nposts</td></tr>
		<tr><th>following</th> <td>@nfollows</td></tr>
		<tr><th>followers</th> <td>@nfollowers</td></tr>
		<tr><th>mutuals</th> <td>@nmutuals</td></tr>
		<tr><th>@timephrase</th> <td>@tweetday</td></tr>
	</table>
	<div class="menu">
		<a href="/@:xid">posts</a>
		<a href="/@:xid/media">media</a>
		<a href="/@:xid/social">associates</a>
		<hr>
		@auxbtn
	</div>
</div>