Updates for STE (and Ratatöskr)
Some more updates to STE:
- STE now stands for STE Template Engine instead of Stupid Template Engine, since it isn't that stupid any more ;-).
- New GitHub repo: github.com/silvasur/ste
- The
<ste:foreach>
tag now has an optional<ste:else>
part that gets executed when the passed array is empty (or not set), which is a feature that is often useful for templating.
Also Ratatöskr was updated to include the new STE version.