% Based on the template https://github.com/Noktec/Abertay_Beamer_Template
\documentclass[aspectratio=169, 169]{beamer}
% Use \documentclass{beamer} for narrow template
\usetheme{STR}
\usepackage{caption}
\usepackage{gensymb}
\title{Unofficial UC Beamer template}
%\subtitle{Subtitle}
\author{\underline{primary presenter}, etc}
% Uncomment to use your own affiliation, otherwise, default is used
%\renewcommand{\addresstext}{
%Department of stuff 
%University of school}
\begin{document}
\section{Section 1}
\begin{frame}
    \titlepage
\end{frame}
\section{Section 2}
\begin{frame}{TOC}
	\tableofcontents
\end{frame}
\subsection{Subsection 2-1}
\begin{frame}{}
    \centering
    \Huge{\textbf{Separator Slide}}
\end{frame}
\begin{frame}{Two Columns}
    \begin{columns}
        \begin{column}{0.48\linewidth}
            Content
        \end{column}
        \begin{column}{0.48\linewidth}
           Content
        \end{column}
    \end{columns}
\end{frame}
\section{Questions}
\begin{frame}
\centering \Huge
\emph{Thank You\\for Listening.}
\end{frame}
\end{document}