luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

string template helper #2028

Closed nadar closed 4 years ago

nadar commented 4 years ago

New function to template a string with curly brackets:

{{ name }} = ['name' => 'foo']

result: foo

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 602966cd and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 66.4% (0.1% change).

View more on Code Climate.