awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesTemplate Layout Frameworks

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.

Awesome Template Layout Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • goofychris/art-templategoofychris 的头像

    goofychris/art-template

    9,861在 GitHub 上查看↗

    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.

    JavaScriptexpressjavascriptkoa
    在 GitHub 上查看↗9,861
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    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.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  1. Home
  2. Web Development
  3. Template Layout Frameworks

探索子标签

  • Shared Visual Structure ComponentsCreation of reusable layout components to ensure consistent visual structures across views. **Distinct from Template Layout Frameworks:** Distinct from framework-level template nesting by focusing on the creation of specific reusable layout components.