middleman-template/source/layouts/base.html.haml

6 lines
272 B
Plaintext

!!! 5
%html#_{lang: :de, class: current_page.data.style, style: current_page.data[:background_image] ? "--global-background-image: url(#{current_page.data.background_image})" : nil}
= partial 'layouts/head'
%body{class: (current_page.data.type || 'page')}
= yield