4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
- if content_for?(:sidebar)
|
||
|
%aside= yield :sidebar
|
||
|
.right= yield
|
||
|
.both
|