\documentclass[a4paper,12pt]{report}
\usepackage{unipa-thesis}
% Set the custom commands
\renewcommand{\schooltitle}{School Title} % Optional
\renewcommand{\coursename}{Bachelor, Master, PhD course name}
\renewcommand{\departmentname}{Department name}
\renewcommand{\thesistitle}{EXAMPLE THESIS TITLE}
\renewcommand{\subtitle}{Subtitle}
\renewcommand{\authorname}{Name Surname}
\renewcommand{\advisorname}{Advisor Name}
\renewcommand{\academicyear}{XXXX - XXXX}
\renewcommand{\coursecycle}{XXXX Cycle} % Optional
\begin{document}
% Title Page
\titlepagecontent
\tableofcontents
\chapter{Introduction}
% Your content here...
\chapter{Literature Review}
% Your content here...
\chapter{Methodology}
% Your content here...
\chapter{Results}
% Your content here...
\chapter{Discussion}
% Your content here...
\chapter{Conclusion}
% Your content here...
\bibliographystyle{plain}
\bibliography{references}
\end{document}