1 مستودع
Mapping template identifiers to logic handlers through a central registration directory.
Distinct from Custom Template Tags: Focuses on the dispatch mechanism to handlers rather than just the existence of extensibility points.
Explore 1 awesome GitHub repository matching web development · Registry-Based Tag Dispatch. Refine with filters or upvote what's useful.
Liquid is a secure template engine and markup language used to generate dynamic HTML or text by combining static templates with backend data. It functions as a web template renderer that transforms markup into final output while restricting available logic to prevent arbitrary code execution. The engine focuses on secure markup execution, providing a restricted environment where user-provided templates cannot access sensitive system data. It utilizes a safe evaluation sandbox to ensure that only a predefined set of instructions can be executed. The system includes capabilities for template s
Maps custom template identifiers to specific logic handlers using a central registry of tags and filters.