mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 17:37:36 +01:00
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
|
- wrap_layout :layout do
|
||
|
.container
|
||
|
.content.do-columns
|
||
|
- if content_for?(:introduction)
|
||
|
%p.introduction= yield_content :introduction
|
||
|
|
||
|
%main.main(role="main")=yield
|
||
|
|
||
|
- if content_for?(:complementary)
|
||
|
.complementary(role="complementary")= yield_content :complementary
|