You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

\begin{figure}[H]
\begin{subfigure}[t]{0.45\textwidth}
\begin{lstlisting}[language=hbs, numbers=none]
<div>
\end{lstlisting}
\caption{Composant \entity{Mustache} \og \texttt{component\_start} \fg}
\end{subfigure}
\hfill
\begin{subfigure}[t]{0.45\textwidth}
\begin{lstlisting}[language=hbs, numbers=none]
<div>{{@partial-block}}</div>
\end{lstlisting}
\caption{Composant \entity{Handlebars} \og \texttt{component} \fg}
\end{subfigure}
\begin{subfigure}[t]{0.45\textwidth}
\begin{lstlisting}[language=hbs, numbers=none]
</div>
\end{lstlisting}
\caption{Composant \entity{Mustache} \og \texttt{component\_end} \fg}
\end{subfigure}
\begin{subfigure}[t]{0.45\textwidth}
\begin{lstlisting}[language=hbs, numbers=none]
{{>component_start}}
<p>Hello, world!</p>
{{>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}}
<p>Hello, world!</p>
{{/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}