Search
Reading data from a dragon template, considering separators.
@spec read_template_body(file :: String.t(), offset :: integer()) :: {:ok, body :: String.t()} | {:error, reason :: String.t() | atom()}
@spec read_template_header(file :: String.t()) :: {:ok, header :: map(), path :: String.t(), end_of_header_offset :: integer()} | {:error, reason :: String.t() | atom()}