serum v1.2.0 Serum.Template View Source
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()
View Sourcet() :: %Serum.Template{ast: Macro.t(), file: binary(), type: template_type()}
Link to this section Functions
Link to this function
new(ast, type, path)
View Sourcenew(Macro.t(), template_type(), binary()) :: t()