Skip to content

Instantly share code, notes, and snippets.

@dph01
Created January 30, 2012 15:53
Show Gist options
  • Save dph01/1705102 to your computer and use it in GitHub Desktop.
Save dph01/1705102 to your computer and use it in GitHub Desktop.
menu1
Menu("Home") / "index",
Menu("Page 1") / "page1",
Menu("Page 2") / "page2",
Menu("Page 3") / "page3" >> PlaceHolder >> submenus (
Menu("Page 3a") / "page3a",
Menu("Page 3b") / "page3b"
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment