Combo.Template.Engine behaviour (combo v0.10.0)

View Source

The behaviour for implementing template engines.

Check out Combo.Template for more details.

Summary

Callbacks

Returns the quoted expression of template.

Callbacks

compile(template_path, template_name)

@callback compile(template_path :: binary(), template_name :: binary()) :: Macro.t()

Returns the quoted expression of template.