<p>This is probably not the right place to ask, but I don't know if the people at Stack Overflow know what I mean by template
</p><p>For example, I want the header and footer to be retained on sub-pages of a website without having to copy and paste them each time.
</p><p>Would I just do:
</p>
<div dir="ltr" class="mw-geshi mw-content-ltr"><div class="css source-css">
<span class="re1">.header</span> <span class="br0">{</span>
..<span class="re1">.styles</span>...
<span class="br0">}</span></div></div>
<p>And then use this on all HTML pages? (or is there a better way?)
</p>
<div dir="ltr" class="mw-geshi mw-content-ltr"><div class="html5 source-html5">
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"header"</span>><<span class="sy0">/</span><span class="kw2">div</span>></span>
</div></div>
<p>I'll try to refrain from asking non-Fandom related questions here in the future
</p>