Mailspring/_layouts/default.html
2015-10-03 14:48:16 -07:00

12 lines
176 B
HTML

{% include top.html %}
<body id="body" class="wrap">
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include analytics.html %}
</body>
</html>