mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 10:28:05 +01:00
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
= wrap_layout :layout do
|
|
.sl-l-holy-grail
|
|
.sl-l-holy-grail__body
|
|
%nav.sl-l-holy-grail__navigation(role='navigation')
|
|
= yield_content :navigation
|
|
|
|
.sl-l-holy-grail__main
|
|
- if current_page.data.introduction
|
|
.sl-c-introduction= markdown_wrap current_page.data.introduction
|
|
|
|
=yield
|
|
|
|
%aside.sl-l-holy-grail__complementary(role='complementary')
|
|
= yield_content :complementary
|