November 2018
Intermediate to advanced
404 pages
10h 16m
English
The Stencil templating engine replaces variables and tags in a template file with actual values in runtime or places control flows that render filtered content.
All Stencil template files have the *.stencil file extension. Typically, you'll start a Stencil template file from a HTML file and instrument the HTML syntax with Stencil variables, tags, and filters. For communicating to the template from your Swift code, you'll pass a context to a template when calling the function to render the template file. The context contains values for variables and data structures that will be used in the template.
Read now
Unlock full access