Entry 3274

Haml sample

   

Submitted by Mitch on March 2, 2010 at 5:28 a.m.
Language: Haml. Code size: 346 bytes.

!!!
%html
  %head
    %title="Test Title - #{@item[:title]}"
    %meta{'http-equiv' => 'Content-Type',  'content' => 'text/html'}
    %link{'rel' => 'stylesheet', 'type' => 'text/css', 'href' => '/screen.css', 'media' => 'screen'}
  #main
    %h1 Test Site
    %hr.header
    #content
      =yield
    #sidebar
      temporary sidebar

This snippet took 0.04 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).