class Roda::RodaPlugins::HashRoutes::DSL
def views(templates)
the current namespace for the template using the same name
For each template in the array of templates, setup a path in
def views(templates) templates.each do |template| view(template, template) end end