Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 646 Bytes

producers.md

File metadata and controls

13 lines (9 loc) · 646 Bytes

Content types and producers

There are three ways to generate content in Frontik application:

You can use any properly configured producer in your handlers, though using more than one is probably a bad idea. In the latter case generic producer has the highest and JSON producer has the lowest priority.

The output of producers is then passed to a chain of template postprocessors (see Postprocessing.