\documentclass[aspectratio=43,t]{beamer}
\usepackage[english]{babel}
\input{preamble}
\title{Title}
\subtitle{Subtitle}
\author{Charles Averill}
\institute[UTD]{
\textcolor{white}{Organization} \\
\textcolor{white}{The University of Texas at Dallas}
}
\date{Date}
\logo{\includegraphics[width= 0.1\textwidth]{images/emblem-cmyk.png}}
\begin{document}
\frame{\titlepage}
\begin{frame}{Table of Contents}
\tableofcontents
\end{frame}
\section{Topic 1}
\begin{frame}{Topic 1}
\begin{itemize}
\item Hello World
\item Hello World 2
\end{itemize}
\end{frame}
\end{document}