# uparser **Repository Path**: mirrors_WebReflection/uparser ## Basic Information - **Project Name**: uparser - **Description**: The uhtml template parser - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # µparser [](https://travis-ci.com/WebReflection/uparser) [](https://coveralls.io/github/WebReflection/uparser?branch=master) The _[µhtml](https://github.com/WebReflection/uhtml#readme)_ and _[µcontent](https://github.com/WebReflection/ucontent#readme)_ template parser. ```js import parse from '@webreflection/uparser'; const html = template => parse(template, 'secret', false); const svg = template => parse(template, 'secret', true); html`
`; // svg`