stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Question: Difference between Variable and Resolvable #338

Open kkla320 opened 1 year ago

kkla320 commented 1 year ago

Hello,

I had a look into some samples and other projects that use Stencil. Sometimes, when writing custom tags or filters, they use Variable and sometimes they use Resolvable. Unfortunately I was not able to find a proper documentation or explanation of the types. Can someone explain me the difference?