📄️ Overview
Getting started with mylekha_template_engine — a Jinja2-inspired Dart templating engine for Flutter with tags, filters, blocks, and localization support.
📄️ Template Reference
Complete reference for all tags and filters in mylekha_template_engine, including if/for/block/extends tags and 40+ built-in filters.
📄️ Localization
Set up multilingual templates in mylekha_template_engine using flat or nested keys, positional arguments, plural forms, and CLDR categories.
📄️ Extension Guide
Extend mylekha_template_engine with custom filters, simple and block tags, template modules, and root loaders.
📄️ Architecture
Internal architecture of mylekha_template_engine — parse pipeline, render pipeline, context scope chain, expression tree, and template inheritance.