# -*- mode: snippet -*-
# key: fig
# --
\begin{figure}
  \centering
  \includegraphics{figs/$1}
  \caption[$2]
  {
   \textbf{$2}
   $0
  }
  \label{fig:$3}
\end{figure}