HTML Pattern Instance Generator
Paste an HTML pattern, choose how many copies you want, and use placeholders like
{{i}}, {{n}}, or {{i:02}}.
Supported placeholders: {{i}} = current number, {{n}} = total count, {{i:02}} = zero-padded index.
Example pattern idea
<li class="menu-item item-{{i}}">Menu Item {{i}}</li>