Sha256: ac54038148a2bbf2a3f81d15e1832988d1072a554da254e41c5f567305ed749d
Contents?: true
Size: 582 Bytes
Versions: 9
Compression:
Stored size: 582 Bytes
Contents
/ Header - haml_tag_if content_for?(:header), "%header" do = liquidize yield(:header) %header= link_to "Header Area", "http://gooogle.com", title: "TEST srtwertwretsdf sdf sdf sdf sdf sdf ", data: { placement: :left } / Main %main - %i(inner_header main inner_footer).each do |element| - haml_tag_if content_for?(element), element.to_s.split("_").last do = liquidize yield (element == :main ? nil : element) / Footer - haml_tag_if content_for?(:footer), "%footer" do = liquidize yield(:footer) %footer= link_to "Footer Area", "http://gooogle.com", title: "TEST"
Version data entries
9 entries across 9 versions & 1 rubygems