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.
31 lines
969 B
31 lines
969 B
2 years ago
|
\begin{figure}
|
||
|
\begin{lstlisting}[language=xml, numbers=none, backgroundcolor=\color{bgColor}, breaklines=true, basicstyle=\small, showstringspaces=false]
|
||
|
<mjml>
|
||
|
<mj-head>
|
||
|
<!-- ... -->
|
||
|
</mj-head>
|
||
|
<mj-body width="600px">
|
||
|
<mj-section padding="0 0 25px 0">
|
||
|
<mj-column
|
||
|
background-color="#4ea0cc"
|
||
|
padding-bottom="30px"
|
||
|
padding-top="10px"
|
||
|
css-class="header"
|
||
|
>
|
||
|
<mj-image width="200px" height="51px" align="center" src="/mailing-assets/images/mint/moment-care-logo.png" alt="Logo Clinique"></mj-image>
|
||
|
</mj-column>
|
||
|
</mj-section>
|
||
|
<mj-section padding="8px 0 13px 0">
|
||
|
<mj-column>
|
||
|
<mj-text align="center" font-family="Poppins, sans-serif" font-size="26px" font-weight="600">
|
||
|
Bienvenue [[surname]] [[name]]
|
||
|
</mj-text>
|
||
|
</mj-column>
|
||
|
</mj-section>
|
||
|
<!-- ... -->
|
||
|
</mj-body>
|
||
|
</mjml>
|
||
|
\end{lstlisting}
|
||
|
\caption{Email sous format MJML, compilé à partir de l'email sous format Handlebars}
|
||
|
\end{figure}
|