2 مستودعات
General evaluation of text templates containing variables, loops, and conditional logic.
Distinct from Conditional Template Rendering: Broader than conditional rendering; covers the entire evaluation of the template to string process.
Explore 2 awesome GitHub repositories matching web development · Text Template Rendering. Refine with filters or upvote what's useful.
Scriban is a .NET text templating engine and embedded scripting language used for dynamic text generation. It functions as an abstract syntax tree manipulation tool and a template parser, allowing for the conversion of scripts into visitable trees for analysis, modification, and rendering. The engine is specifically designed for Native AOT compatibility, utilizing a reflection-free API to execute templates in trimmed environments. It also provides a dedicated parser and conversion system for Liquid templates, enabling the migration and execution of Liquid scripts within .NET. The project cov
Evaluates templates containing variables, loops, and conditionals to produce a final string output.
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
Processes templates with logic and expressions to produce dynamic text output.