ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

Add th:href, th:src #7

Closed ultraq closed 6 years ago

ultraq commented 7 years ago

Probably the 2 things I use this for the most!

ultraq commented 7 years ago

Although might be best to figure out how to do this for all HTML attributes as well. Using a lib like https://github.com/wooorm/html-element-attributes would be one way to get it so that I don't have to roll that list myself!