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