I am working on a maths assignment and new to using LaTeX. I have written the assignment up, but I would like the title page to be its own page. Currently my title page is a few lines generated by \title and \author, but it then goes straight on to my first \section content.
My assignment's \documentclass is article.
The code that generated the title and section is this:
\begin{document}
\maketitle
\section{Section header}
How can I create the title page so that it is completely on its own separate page and not shared with the section?