Skip to content

Instantly share code, notes, and snippets.

@byverdu
Last active August 29, 2015 14:27
Show Gist options
  • Save byverdu/01787d1b9fd0478dacd5 to your computer and use it in GitHub Desktop.
Save byverdu/01787d1b9fd0478dacd5 to your computer and use it in GitHub Desktop.
//-LayoutCAT.jade
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="description", content="Contenido")
meta(name="keywords", content="Contenido")
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="stylesheet", href="public/css/main.css")
script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.1.2/mustache.min.js")
script(src="public/js/mainCAT.js")
block title
title Default
body
main(role="main")
.header-container
.main-container
.main.wrapper.clearfix
block content
.footer-container
#legalInfo.modal.legalInfo
block scripts
script(src="public/js/modal.js")
//-LayoutES.jade
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")
meta(name="description", content="Contenido")
meta(name="keywords", content="Contenido")
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="stylesheet", href="../public/css/main.css")
script(src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.1.2/mustache.min.js")
script(src="../public/js/mainES.js")
block title
title Default
body
main(role="main")
.header-container.header-containerES
.main-container
.main.wrapper.clearfix
block content
.footer-container.footer-containerES
#legalInfo.modal.modalES.legalInfo
block scripts
script(src="../public/js/modal.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment