12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8"/>
- <link href="https://fonts.googleapis.com/css?family=Titillium+Web&display=swap" rel="stylesheet">
- <link type="text/css" href="css/styles.css" rel="stylesheet">
- </head>
- <body>
- <table style="width: 100%;">
- <tr>
- <td style="width: 150pt; vertical-align:top">
- <div style="display: inline-block; overflow-y: auto; padding: 10pt; ">
- <button class="btn orange materialLevel1">New email</button>
- {{.Folders}}
- </div>
- </td>
- <td>
- <div style="display: inline-block; overflow-y: auto; padding: 10pt;">
- {{.MailList}}
- </div>
- </td>
- </tr>
- </div>
- </body>
- </html>
|