temple
temple copied to clipboard
Compile Time Embedded Template Parser/Generator for D
- fix use of std.conv.to which was not imported in the file - added a local import - tested that the mixed in code compiles
src/temple/temple.d(164,10): Deprecation: temple.util.std is not visible from module temple src/temple/temple.d(210,8): Deprecation: temple.vibe.vibe is not visible from module temple src/temple/temple.d(211,27): Deprecation: temple.vibe.vibe is not visible from module temple src/temple/temple.d(211,27): Error: template...
It does not seem they fill a useful role; 99% of all Temple templates I've seen in the wild only use `` and `` delimiters. The temple parsing code is...
Why don't you add a function like this into TempleContext? (This snippet does not work because of some Temple's template magic which I couldn't understand) ``` d T get(T)(in string...