Context Reference

Every template is injected with a "context" i.e. the data currently available to rendering. ReadStor injects three different objects into every template context: book, annotation (or annotations depending on the Context Mode) and names.

NameDescription
bookThe current Book being rendered.
annotationA single Annotation belonging to the current book.
annotationsMultiple Annotations belonging to the current book.
namesA set of Names for generating backlinks between files.