# handlebars-extend-block **Repository Path**: mirrors_defunctzombie/handlebars-extend-block ## Basic Information - **Project Name**: handlebars-extend-block - **Description**: create extend blocks for handlebars - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # handlebars-extend-block Create extend blocks for handlebars allowing partials to inject text into parent elements. This is generally useful for script and style tags. ## example ```js var handlebars = require('handlebars'); var extend = require('handlebars-extend-block'); handlebars = extend(handlebars); ``` Layout File ```html