Testing moving back sidebar to left nav

This commit is contained in:
Jake
2021-11-29 16:41:00 -07:00
committed by mDuo13
parent 0de299b73a
commit e9cfe352b0
4 changed files with 49 additions and 43 deletions

View File

@@ -109,6 +109,11 @@
{% endif %}
{% include "component-tree-nav.html.jinja" %}
{% endblock %}
{% if currentpage.codesamples is defined %}
{% include "component-code-sample-filter.html.jinja" %}
{% endif %}
</aside>
{% endif %}
</div><!--/.row (main layout)-->