Skip to content

Instantly share code, notes, and snippets.

@panych
Created May 20, 2015 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panych/ab44ad5f61625202dd91 to your computer and use it in GitHub Desktop.
Save panych/ab44ad5f61625202dd91 to your computer and use it in GitHub Desktop.
Typical Jade layout
doctype html
<!--[if IE 8]> <html class="lt-ie10 lt-ie9" lang="ru"> <![endif]-->
<!--[if IE 9]> <html class="lt-ie10" lang="ru"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="ru"> <!--<![endif]-->
head
meta( charset="utf-8" )
meta( http-equiv="X-UA-Compatible" content="IE=edge" )
//- Uncomment it if your site is responsive
//- meta( name="viewport" content="width=device-width, initial-scale=1" )
title Site title
link( rel="stylesheet" href="css/main.css" )
body
block body
h1 Your Jade template
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment