Mailspring/_layouts/default.html

13 lines
176 B
HTML
Raw Normal View History

2015-10-03 01:57:40 +08:00
{% include top.html %}
2015-10-04 05:48:16 +08:00
<body id="body" class="wrap">
2015-10-03 01:57:40 +08:00
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include analytics.html %}
</body>
</html>