I have a contact page called form.md.
All I want to do is add an <h1> field with the word "Contact" in it as the title.
However, no matter where I put the title, it completely breaks the layout. The <form> seems to always be completely separate from any kind of <div> or anything else I create on the page.
The form.md page seems to behave completely different from other pages on my site, which are mostly named default.md.
How do I insert a title on my form page, or place a form on another page where I have control over the layour?