2018-12-27 17:02:45 -08:00
|
|
|
= wrap_layout :has_both_sidebars do
|
2018-10-22 14:13:05 -07:00
|
|
|
=yield
|
2018-08-10 16:39:18 -07:00
|
|
|
|
2018-10-23 15:06:39 -07:00
|
|
|
- content_for :navigation do
|
2018-10-22 14:13:05 -07:00
|
|
|
= partial "layouts/components/reference_table_of_contents"
|
2018-12-27 17:02:45 -08:00
|
|
|
|
2018-12-27 17:19:19 -08:00
|
|
|
- if current_page.data.table_of_contents
|
|
|
|
- content_for :complementary do
|
2018-12-28 15:04:28 -08:00
|
|
|
|
2019-04-12 00:01:56 -07:00
|
|
|
%nav.page-sections.sl-c-list-navigation-wrapper.sl-c-list-navigation-wrapper--collapsible
|
2019-10-12 12:55:30 -04:00
|
|
|
%h3 Page Sections
|
|
|
|
|
2018-12-28 14:49:59 -08:00
|
|
|
= current_page.metadata[:table_of_contents]
|