mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
|
= wrap_layout :layout do
|
||
|
.sl-l-holy-grail.sl-l-holy-grail--has-navigation
|
||
|
%nav.sl-l-holy-grail__navigation(role='navigation')
|
||
|
= yield_content :navigation
|
||
|
|
||
|
%main.sl-l-holy-grail__main(role='main')
|
||
|
- if current_page.data.introduction
|
||
|
.sl-c-introduction= markdown_wrap current_page.data.introduction
|
||
|
|
||
|
=yield
|