Skip to content

Instantly share code, notes, and snippets.

@polka
Forked from fnhipster/html5.haml
Last active July 25, 2016 12:46
Show Gist options
  • Save polka/5618989 to your computer and use it in GitHub Desktop.
Save polka/5618989 to your computer and use it in GitHub Desktop.
!!! 5
%html
%head
%title= "Your Website"
%meta{ :content => "", :name => "description" }
%meta{ :content => "", :name => "author" }
%meta{ :content => "3 days", :name => "revisit-after" }
%link{ :href => "/feed", :rel => "alternate", :title => "Atom", :type => "application/atom+xml" }
%link{ :href => "/css/screen.css", :media => "screen", :rel => "stylesheet" }
%body
%header
%nav
%ul
%li 'home', root_path
%section#content
= yield
%aside#sidebar
%h2= "The Sidebar"
%p
%footer
%p
Copyright 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment