mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
10 lines
280 B
HTML
10 lines
280 B
HTML
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
<div id="content" class="content">
|
|
<div {% if page.columns == 1 and page.lang == 'en' %}class="one-column"{% endif %}>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|