Template Engine From Scratch

Use when implementing a text/HTML template engine (lexer, parser, renderer) from first principles — not when just using Handlebars/Jinja/EJS in an app. Triggers on: 'write a template engine', 'build a templating language', 'implement mustache-style templates', 'template lexer and parser', 'safe string interpolation without eval'. Covers tokenizing, AST design, and safe (non-eval) rendering.

yanacuti1121 677ac3a 6.2 KB Updated 2 repo stars

File contents

yanacuti1121/Yana-AI/tree/main/core/skills/template-engine-from-scratch commit 677ac3a592

Frequently asked questions

npx skillmds add yanacuti1121/template-engine-from-scratch