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