Current section

Files

Jump to
infuse lib simplates page.ex
Raw

lib/simplates/page.ex

defmodule Page do
defstruct content: "", compiled: nil, renderer: nil, content_type: nil, offset: 0
end