mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 11:24:11 +08:00
13 lines
166 B
HTML
13 lines
166 B
HTML
|
{% include top.html %}
|
||
|
|
||
|
<body class="wrap">
|
||
|
{% include header.html %}
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
{% include footer.html %}
|
||
|
{% include analytics.html %}
|
||
|
|
||
|
</body>
|
||
|
</html>
|