mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
- wrap_layout :layout do
|
|
.container
|
|
.content
|
|
- if content_for?(:introduction)
|
|
%p.introduction= yield_content :introduction
|
|
%main.main(role="main")=yield
|