📄️ Introduction
This chapter shows the main specifications of the Scriban language to realize templates.
📄️ Scriban
Scriban is a scripting language and engine for .NET, developed for text templating with a compatibility mode for parsing Liquid templates.
📄️ Code blocks - templating context
A text enclosed by {{ and }} is a scriban code block that will be evaluated by the templating engine.
📄️ Conditional statement
Here is the general syntax of a conditional expression:
📄️ Include
The include is a function that allows to inject another template.
📄️ Loops
This chapter describes the for loop on an array.
📄️ Other Scriban functions
Get current date