Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Created February 2, 2016 22:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gcollazo/4eab387f190fb6ef20d0 to your computer and use it in GitHub Desktop.
doctype html
html
head
meta(charset='utf8')
meta(http-equiv='X-UA-Compatible', content='IE=edge, chrome=1')
meta(name='description', content='description of your site')
meta(name='author', content= "author of the site")
//- uncomment if your site is responsive!
//- meta(name="viewport" content="width=device-width, initial-scale=1")
title= _path
!= css()
body
block content
!= js()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment