I have the following block of HTML code:
<header>
<div>....</div>
</header>
On one page only, I need to have:
<header class="something">
<div>....</div>
</header>
Is there a simple way of doing this rather than doing too many overrides?