% javascript = Mote.parse(File.read("#{Kaya::View.path}/javascript.mote"), self, []).call() % styles = Mote.parse(File.read("#{Kaya::View.path}/styles.mote"), self, []).call() % navigation_bar = Mote.parse(File.read("#{Kaya::View.path}/navigation_bar.mote"), self, [:section]).call(section:"help") % error_title , error_msg = Kaya::Support::ErrorHandlerHelper.evaluate exception
{{error_msg}}