class Amber::Render::DefaultLayout

Constants

DEFAULT

Public Class Methods

new() click to toggle source
# File lib/amber/render/layout.rb, line 51
def initialize
  @template = Tilt::StringTemplate.new {DEFAULT}
end