Jennie.Template (jennie v0.9.0)

A compiled template: the cacheable artifact produced by Jennie.compile/2.

Holds the parsed AST so repeated renders skip tokenising and parsing.

Summary

Types

t()

@type t() :: %Jennie.Template{ast: [tuple()], source: String.t() | nil}