Skip to content

Instantly share code, notes, and snippets.

@Phrogz
Forked from fnhipster/html5.haml
Last active August 29, 2015 13:56
Show Gist options
  • Save Phrogz/9124666 to your computer and use it in GitHub Desktop.
Save Phrogz/9124666 to your computer and use it in GitHub Desktop.
!!! 5
%html
%head
%meta(charset="utf-8")
%title Page Title
%meta(name="author" content="")
%meta(name="description" content="")
%meta(name="revisit-after" content="3 days")
%link(href="http://creativecommons.org/licenses/by/4.0/" rel="license" title="Creative Commons Attribution License")
%link(href="/css/screen.css" media="screen" rel="stylesheet")
%body
%header
%h1 Page Title
%nav
%ul
%li= "Menu Item"
#content
%article
%header
%h2 Article Title
%p Posted on <time datetime="2009-09-04T16:31:24+02:00">September 4th 2009</time> by Me
%section
%p
It doesn't look so shiny to me. I just want to talk. It has nothing to do
with mating. Fry, that doesn't make sense. Why would I want to know that?
%p
They're like sex, except I'm having them! You seem malnourished. Are
you suffering from intestinal parasites? Yeah. Give a little credit
to our public schools.
%aside
%h2 The Sidebar
%p
Michelle, I don't regret this, but I both rue and lament it. Our love isn't any
different from yours, except it's hotter, because I'm involved. Bender, quit
destroying the universe! Robot 1-X, save my friends! And Zoidberg!
%footer
Copyright © 2014 My Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment