Skip to content

Instantly share code, notes, and snippets.

@benmiles
Created November 7, 2011 13:48
Show Gist options
  • Save benmiles/1345021 to your computer and use it in GitHub Desktop.
Save benmiles/1345021 to your computer and use it in GitHub Desktop.
!!! 5
%html
=render :partial => 'layouts/redesign/head'
%body
.container
.header
.nav nav
.ad banner ad
%h1 Naturejobs
.main
%ul.global-nav
%li= tab('Jobs')
%li= tab('News and Careers')
.top
= yield :top
.content
= yield
.sidebar sidebar
.footer
%p footer goes here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment