mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +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
|