2 repository-uri
Systems for organizing reusable UI structures using template nesting and block overrides.
Distinct from Component Inheritance: Candidates focus on class or component inheritance, not the structural layout inheritance of templates.
Explore 2 awesome GitHub repositories matching web development · Template Layout Frameworks. Refine with filters or upvote what's useful.
art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script statements into optimized HTML output. It functions as a precompiled template engine that converts template source into standalone JavaScript functions to render dynamic content from data. The engine features a template inheritance framework that organizes layouts through nesting, blocks, and inclusions to create reusable components across multiple files. It incorporates automatic output sanitization and encoding to prevent cross-site scripting attacks. The system includes capab
Provides a structure for organizing layouts using nesting, blocks, and inclusions across multiple files.
jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene
Implements single components that provide shared visual structures across the application.