Skip to content

Instantly share code, notes, and snippets.

@0xjjpa
Created August 24, 2012 12:23
Show Gist options
  • Save 0xjjpa/3449983 to your computer and use it in GitHub Desktop.
Save 0xjjpa/3449983 to your computer and use it in GitHub Desktop.
[Jade] HTML Template for Contao CMS
doctype 5
html
head
title TITLE
link(rel="stylesheet", type="text/css", href="css/grid.css")
link(rel="stylesheet", type="text/css", href="css/style.css")
body
#header
.container
h1
a(href="#",title="logo") TITLE
#nav
.container
#subnav
.container
#content
.container
#footer
.container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment