Уровень 0 · материалов: 7
В кластер входят документы, посвященные конкретным технологиям или обзорам инструментов для создания HTML-шаблонов, и не входят материалы по общей бизнес-логике или чистому программированию без привязки к шаблонизации.
Общие признаки: движки шаблонов, отделение логики от представления, генерация динамического HTML, инструменты фронтенд-разработки
Группа выше: Шаблонизация и стратегии рендеринга
Смысл: The main idea is to teach developers how to use the Jinja2 templating engine with Flask to create dynamic, maintainable, and scalable web pages by separating HTML structure from Python logic.
A technical guide on using Flask and Jinja2 templates to separate web presentation from business logic through dynamic rendering and template inheritance.
Смысл: The main idea is to teach developers how to decouple HTML presentation from Python logic in a Flask application using Jinja2 templates to create scalable and maintainable web pages.
A technical tutorial on using Jinja2 templates in Flask to separate logic from layout, featuring conditional rendering, loops, and template inheritance.
Смысл: The main idea is to teach beginners how to use Jade (now Pug) to write more efficient, modular, and readable HTML templates by leveraging its shorthand syntax and programmatic features like loops and mixins.
A beginner-friendly guide to the Jade (Pug) template engine, covering basic syntax, attributes, JavaScript integration, and reusable mixins.
Смысл: The text serves as a technical tutorial and reference for developers to implement the jQuery Templates plugin, emphasizing its ability to decouple data from presentation and automate the creation of dynamic HTML structures.
A detailed technical guide on using the jQuery Templates plugin to efficiently render JavaScript data as HTML with features like caching, nesting, and dynamic updates.
Смысл: The main idea is to provide front-end developers with a diversified list of JavaScript template engines to help them separate presentation logic from business logic, thereby improving code maintainability and development speed.
An overview of 15+ JavaScript templating engines, ranging from popular Mustache-based tools to specialized high-performance libraries for front-end and Node.js development.
Смысл: The main idea of the text is to provide a practical, technical primer on the Handlebars.js templating engine, explaining its syntax, the creation of custom and built-in helpers, and the implementation of reusable partials for web development.
A comprehensive technical guide translating the official Handlebars.js documentation to teach developers how to implement expressions, helpers, and partials in their web projects.
Смысл: The main idea is to introduce JUST, a template engine that prioritizes native JavaScript and HTML over custom syntax to ensure performance, accessibility for developers, and architectural cleanliness.
The author introduces JUST, a high-performance JavaScript template engine for Node.js and browsers that uses native JS logic and standard HTML to avoid the complexity of custom syntaxes.