mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 10:28:22 +01:00
12 lines
330 B
Plaintext
12 lines
330 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
|