serum v1.0.0 Serum.Template

Defines a struct which stores a template and its information.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Serum.Template{ast: Macro.t(), file: binary(), type: template_type()}

Link to this type

template_type()
template_type() :: :template | :include

Link to this section Functions

Link to this function

new(ast, type, path)
new(Macro.t(), template_type(), binary()) :: t()