Is it considered cool to use a Woven template to pass arguments to the View? For example: <div view='MyCustomView' doOptionalStuff='1'></div> ...where the View will read the doOptionalStuff parameter and alter it's output accordingly. Abe