github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/ressources/templates_mails/notifie_message.html (about)

     1  {{ define "content" }}
     2  <table cellpadding="0">
     3    <tr>
     4      <td>
     5        {{ .Contenu }}
     6      </td>
     7    </tr>
     8    <tr>
     9      <td>
    10        Merci de poursuivre la lecture en cliquant sur le bouton
    11        <b>MON DOSSIER</b> ci-dessous.
    12      </td>
    13    </tr>
    14    <tr>
    15      <td>
    16        <table width="100%" style="text-align: center;" cellpadding="5">
    17          <tr>
    18            <td></td>
    19            <td width="35%" bgcolor="#feee00" align="center">
    20              <a
    21                style="
    22                  text-decoration: none;
    23                  color: #000000;
    24                  display: inline-block;
    25                  width: 100%;
    26                "
    27                href="{{ .LienEspacePerso }}"
    28              >
    29                <b>MON DOSSIER</b>
    30              </a>
    31            </td>
    32            <td></td>
    33          </tr>
    34        </table>
    35      </td>
    36    </tr>
    37  </table>
    38  {{ end }}