require 'ramaze/gestalt' #:nodoc: module Menus #:nodoc: module Liquid ## # The menus tag can be used to display all menu items for a given menu slug or ID. # Basic usage of this tag is as following: # # {% menus slug="main" %} # # Given we had a menu of which the slug is "main" the output would look like the this: # #