<<~ERB <body> <%= @content %> </body> ERB
10 11 12 13
# File 'lib/primrose/components/body.rb', line 10 def initialize(content:) @content = content super() end
15 16 17
# File 'lib/primrose/components/body.rb', line 15 def render Prim.render(TEMPLATE, self) end