<div class="tab-description commits">
	<h1>Latest Commits</h1>
	
	<div class="pull-right categories">
		
		<div class="button-container"><a href="http://github.com/bitovi/canjs" class="button"><span class="icon-github"></span> Follow on Github</a></div>
				<div class="center">
		<iframe src="https://ghbtns.com/github-btn.html?user=bitovi&repo=canjs&type=watch&count=true"
		        allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>

		<iframe src="https://ghbtns.com/github-btn.html?user=bitovi&repo=canjs&type=fork&count=true"
		        allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
		</div><!-- center -->
		
		{{! >docs/static/templates/githubFollowers.mustache }}
		
	</div><!-- categories -->
			
	<div class="posts">
		
		<div class="bithub-content">
		{{#commits}}
		{{>docs/static/templates/githubEvent.mustache}}
		{{/commits}}
		{{^commits}}
		<div class="loading"/>
		{{/commits}}
		</div>

	</div>
	<br class="clear" />
</div>