Created
May 26, 2017 08:15
-
-
Save kovaldn/0d2f816597c0843b6a1bdd97b4b85c2f to your computer and use it in GitHub Desktop.
base jade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
meta(charset = 'utf-8') | |
meta(name='viewport', content="initial-scale=1.0, width=device-width") | |
link(rel="stylesheet", href="css/main.css") | |
title | |
block title | |
body | |
block main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment