forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
23 lines (23 loc) · 670 Bytes
/
Copy pathdocs.html
File metadata and controls
23 lines (23 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% include header.html %}
<div class="docs">
<!-- {% if page.slug %}
<div style="min-height: 0;height: 50px; background: #a22222; color: white;">
<div class="grid" style="background: #a22222;min-height: 0; line-height: 50px; font-size: 20px; font-family: Roboto Slab;">
{{ page.slug }}
</div>
</div>
{% endif %} -->
<div class="grid">
<div class="col-3-12">
{% include {{ page.toc }} %}
{% include toc-footer.html %}
</div>
<div class="col-9-12">
<div class="docs-content">
<h1 class="docs-title">{{ page.title }}</h1>
{{ content }}
</div>
</div>
</div>
</div>
{% include footer.html %}