1 repositorio
Logic structures used to determine which content sections to render within a template.
Distinct from Script Control Flow: Distinct from Script Control Flow by focusing on content visibility and rendering logic rather than automation scripts.
Explore 1 awesome GitHub repository matching software engineering & architecture · Template Control Flow. Refine with filters or upvote what's useful.
Scriban is a text templating library and .NET scripting engine used for dynamic text generation. It functions as a template processor and a safe scripting sandbox, providing a secure execution environment that restricts object exposure to prevent unauthorized code execution. The project also includes an abstract syntax tree template parser that allows for programmatic template analysis and modification. The engine features a dedicated Liquid template engine and compatibility mode, allowing it to parse, execute, and convert templates written in Liquid syntax. It distinguishes itself through a
Executes loops and conditional logic to dynamically determine which content to render.