mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
|
= wrap_layout :layout do
|
||
|
%main(role='main')
|
||
|
- if current_page.data.introduction
|
||
|
.sl-c-introduction= markdown_wrap current_page.data.introduction
|
||
|
|
||
|
=yield
|