15 16 17 18 19 20 21
# File 'lib/wst/renderer.rb', line 15 def render if has_layout? render_layout else render_content end end