\documentclass[color]{tumphthesis}
\usepackage{duckuments}
\usepackage{epigraph}
\usepackage{lipsum}
\thesistitle
{The title of my master's thesis}
{Der Titel meiner Magisterarbeit}
\thesisauthor{Author}{Author}
\thesisdate{2021}{8}{30}
\supervisor{Prof. Dr. Supervisor}
\examiner{Prof. Dr. Examiner}
\date{\today}
\begin{document}
\maketitle
\copyrightpage
\abstractpage
\input{abstract}
\tableofcontents
\mainmatter\setcounter{page}{1}
\include{chap1}
\include{chap2}
\include{chap3}
\appendix
\include{app1}
\addcontentsline{toc}{chapter}{\protect Bibliography}
\bibliography{library}
\addcontentsline{toc}{chapter}{\protect List of Figures}
\listoffigures
\addcontentsline{toc}{chapter}{\protect List of Tables}
\listoftables
\acknowledgments
\input{acknowledgements}
\end{document}