wvuweb / hammer

A tool for CleanSlate theme development
https://cleanslate.wvu.edu
4 stars 2 forks source link

Implement <r:page:template:name /> tag #5

Closed adamjohnson closed 10 years ago

adamjohnson commented 10 years ago

This tag is frequently used to add a class to the <body> like so:

<body class="template-<r:page:template:name />">
</body>

I would label this as low priority if that label existed. I like to encourage people write CSS with less reliance on a page template, but some people do use this (I saw @adamglenn using it the other day).