hokoo / templater

Lightweight, simple but powerful templater for rendering HTML templates in PHP
GNU General Public License v3.0
2 stars 0 forks source link

Preselective modifiers #3

Closed hokoo closed 2 months ago

hokoo commented 2 months ago

It would be nice to have predefined values in a template.

[[first|second|third/]]%d

The result would be only one of predefined values, based on provided integer value (in fact index).