\begin{figure}[H] \begin{subfigure}[t]{0.45\textwidth} \begin{lstlisting}[language=hbs, numbers=none]
Hello, world!
{{>component_end}} \end{lstlisting} \caption{Email avec \entity{Mustache}} \end{subfigure} \hfill \begin{subfigure}[t]{0.45\textwidth} \begin{lstlisting}[language=hbs, numbers=none] {{#>component}}Hello, world!
{{/component}} \end{lstlisting} \caption{Email avec \entity{Handlebars}} \end{subfigure} \caption{Exemple de définition et d'utilisation d'un composant avec \entity{Handlebars} et \entity{Mustache}} \label{hbs1} \end{figure}