mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 01:47:44 +01:00
11 lines
312 B
Plaintext
11 lines
312 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(role="complementary")= yield_content :complementary
|