I've created a Joomla template (3.2). and my each page type has different class like, All article pages have article class, and contact us page have contact-us class
<!--For About us page -->
<div class='container article'>
...
</div>
<!--For Contact us page -->
<div class='container contact-us'>
...
</div>
and so on.. so is there any way to get this thing done ?
I am not preferring to create a template for each page..