This does **not** work: ```ruby class App < HyperComponent include Hyperstack::Router render do "Number of Todos: #{Todo.count}" end end ``` Must be something in the way the router module monkey patches the render method