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.
|
|
|
\begin{figure}
|
|
|
|
\begin{lstlisting}[language=hbs, numbers=none]
|
|
|
|
{{#>mint.main}}
|
|
|
|
{{#>mint.title}}
|
|
|
|
Bienvenue [[surname]] [[name]]
|
|
|
|
{{/mint.title}}
|
|
|
|
|
|
|
|
{{#>mint.text.normal}}
|
|
|
|
{{#println both="true"}}
|
|
|
|
Nous sommes heureux de vous accompagner lors de votre séjour en vous proposant du divertissement.
|
|
|
|
{{/println}}
|
|
|
|
{{/mint.text.normal}}
|
|
|
|
|
|
|
|
{{#>mint.text.normal}}
|
|
|
|
{{>mint.credentials.intro colors=colors}}
|
|
|
|
{{/mint.text.normal}}
|
|
|
|
|
|
|
|
{{println}}
|
|
|
|
|
|
|
|
{{#>mint.text.important}}
|
|
|
|
{{>mint.credentials.button username="[[username]]" password="[[password]]"}}
|
|
|
|
{{/mint.text.important}}
|
|
|
|
|
|
|
|
{{println}}
|
|
|
|
|
|
|
|
{{>mint.button href=login_url text="Je me connecte"}}
|
|
|
|
|
|
|
|
{{println}}
|
|
|
|
|
|
|
|
{{#>mint.text.secondary}}
|
|
|
|
<p margin="50px 0" style="margin: 50px 0">
|
|
|
|
{{#print both="true"}}Si vous avez besoin d'aide pour vous connecter, {{/print}}<br>
|
|
|
|
{{#println both="true"}}vous pouvez vous rapprocher de l'Admission.{{/println}}
|
|
|
|
</p>
|
|
|
|
{{/mint.text.secondary}}
|
|
|
|
|
|
|
|
{{>mint.signature.noreply}}
|
|
|
|
{{/mint.main}}
|
|
|
|
\end{lstlisting}
|
|
|
|
\caption{Email sous format Handlebars}
|
|
|
|
\label{emailsrchbs}
|
|
|
|
\end{figure}
|