internal/template
Values
pub fn exist_template() -> Result(Bool, errors.InertiaError)
pub fn has_manifest() -> Result(String, errors.InertiaError)
pub fn has_ssr_manifest() -> Bool
pub fn parse_ssr_template(
tmpl: String,
ssr_resp: ssr.SSRRenderResponse,
) -> String
pub fn parse_template(
tmpl: String,
state: String,
entries: List(manifest.Entry),
) -> String
pub fn read_file_lines(filename: String) -> String
pub fn read_template(
pdir: String,
) -> Result(String, errors.InertiaError)