Skip to content

Instantly share code, notes, and snippets.

@chriswitko
Created November 11, 2014 09:15
Show Gist options
  • Save chriswitko/d166d8e0191d566d6706 to your computer and use it in GitHub Desktop.
Save chriswitko/d166d8e0191d566d6706 to your computer and use it in GitHub Desktop.
Base JADE template
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0, user-scalable=no')
meta(name='HandheldFriendly', content='true')
meta(name='description', content='')
meta(name='csrf-token', content=_csrf)
meta(name='author', content='')
link(rel='shortcut icon', href='/favicon.ico', type='image/x-icon')
link(rel='apple-touch-icon', href='/img/logos/apple-touch-icon.png')
link(rel='apple-touch-icon', sizes='57x57', href='/img/logos/apple-touch-icon-57x57.png')
link(rel='apple-touch-icon', sizes='72x72', href='/img/logos/apple-touch-icon-72x72.png')
link(rel='apple-touch-icon', sizes='114x114', href='/img/logos/apple-touch-icon-114x114.png')
link(rel='apple-touch-icon', sizes='144x144', href='/img/logos/apple-touch-icon-.png')
link(rel='apple-touch-icon', sizes='60x60', href='/img/logos/apple-touch-icon-60x60.png')
link(rel='apple-touch-icon', sizes='120x120', href='/img/logos/apple-touch-icon-120x120.png')
link(rel='apple-touch-icon', sizes='76x76', href='/img/logos/apple-touch-icon-76x76.png')
link(rel='apple-touch-icon', sizes='152x152', href='/img/logos/apple-touch-icon-152x152.png')
title
script(src='/js/components/platform/platform.js')
!= css('styles')
style.
.ng-hide {display: none!important;}
block jshead
body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment