<!-- INCLUDE BLOCK : header -->
<div class="bigheadings">Tutorials</div>
<br />
<!-- START BLOCK : TUTORIALLIST -->
<div class="tutorialrow">
<div class="tutorialtn">
<img src="{TUTORIALTHUMBNAIL}" alt="{TUTORIALTITLE}" width="50px" height="50px" />
</div>
<div class="tutorialdesc">
<a class="tutorialtitle" href="{TUTORIALURL}">{TUTORIALTITLE}</a>
<br /><br />Added on: {TUTORIALDATE}
<br />Tutorial by <a href="{TUTORIALAUTHOR}">{TUTORIALAUTHOR}</a>
<br />Category: {TUTORIALCATEGORY} // {TUTORIALSUBCATEGORY}
<br />Difficulty: {TUTORIALDIFFICULTY}
<br />{TUTORIALVIEWS} Views and {TUTORIALVOTES} Votes
<br />Rating: {TUTORIALRATING} / 5
</div>
</div>
<!-- END BLOCK : TUTORIALLIST -->
<!-- START BLOCK : NOTUTORIAL -->
<div class="center"><span class="orangeheadings">No Tutorial Exist in this category.</span></div>
<!-- END BLOCK : NOTUTORIAL -->
<!-- START BLOCK : PAGING -->
<div class="pagination">
<br />
Pages : {PAGINATION}
</div>
<!-- END BLOCK : PAGING -->
<!-- INCLUDE BLOCK : footer -->