awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesText Template Rendering

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.

Awesome Text Template Rendering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lunet-io/scribanAvatar de lunet-io

    lunet-io/scriban

    3,905Ver en GitHub↗

    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.

    C#
    Ver en GitHub↗3,905
  • scriban/scribanAvatar de scriban

    scriban/scriban

    3,905Ver en GitHub↗

    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.

    C#handlebarsliquidmustache
    Ver en GitHub↗3,905
  1. Home
  2. Web Development
  3. Conditional Template Rendering
  4. Text Template Rendering