Some content
module ExpressTemplates module Components # A Row is a Container implemented as a div with # a CSS class "row" # # An optional dom ID may be specified as a symbol. # # Example: # # row(:main) { # p "Some content" # } # # This will render as: # #
Some content