All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gem.gems.haml-3.1.1.test.haml.templates.partial_layout.haml Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
%h1 Partial layout used with for block:
- if Haml::Util.ap_geq_3?
  = render :layout => 'layout_for_partial.haml' do
    %p Some content within a layout
- else
  - render :layout => 'layout_for_partial.haml' do
    %p Some content within a layout




© 2015 - 2024 Weber Informatics LLC | Privacy Policy