internal/template
Values
pub fn exist_template() -> Result(Bool, errors.InertiaError)
pub fn has_manifest() -> Result(String, errors.InertiaError)
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)