mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 04:35:30 +08:00
21 lines
390 B
HTML
21 lines
390 B
HTML
{% include top.html %}
|
|
|
|
<body class="wrap">
|
|
{% include header.html %}
|
|
|
|
<div class="container container-docs" style="padding-top:80px;">
|
|
<h2 id="doc-title">{{ page.title }}</h2>
|
|
|
|
<div id="sidebar">
|
|
{% include sidebar.html %}
|
|
</div>
|
|
<div id="main">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
{% include analytics.html %}
|
|
|
|
</body>
|
|
</html>
|