Last active
August 29, 2015 14:13
-
-
Save baudehlo/9297a781b30d28fa99cd to your computer and use it in GitHub Desktop.
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
extends parent | |
block link | |
-var selected = 'blog'; |
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 5 | |
html | |
block link | |
-var selected = 'home'; //default | |
-var menu = { 'home': '/home', 'blog': '/blog', 'contact': '/contact' }; | |
body | |
include _menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment