\documentclass{beamer}
\usetheme{padua}
\title{YAUBT}
\subtitle{Yet Another Beamer University Template}
\author{herrBez}
\begin{document}
\begin{frame}[plain, noframenumbering]
\titlepage
\end{frame}
\begin{frame}{Hello World!}
\framesubtitle{FooBar List}
\begin{enumerate}
\item This
\item is
\item an
\item enumeration
\end{enumerate}
\end{frame}
\begin{frame}{Hello World!}
\begin{block}{Boo}
\begin{itemize}
\item This
\item is
\item an
\item enumeration
\end{itemize}
\end{block}
\end{frame}
\end{document}

PDF Preview
Create an account to compile and preview