In the previous version, we introduced the {{.BaseURL}} template variable that points to the root URL. This helps make things like pointing to static files easier. See #1189 for more details.
Turns out, this didn't work for email template validation, since we weren't checking for all possible template tags. I'm sorry for the inconvenience!
Should Be Fixed Now
😄
The good news is that this is fixed now, and should have only been an issue if you were trying to use the new {{.BaseURL}} tag. Since this was something I promised and it didn't work, I wanted to roll out a hotfix.
For all the full details in the latest release, check out the 0.7.0 release notes.
de67e12
Whoops!
In the previous version, we introduced the
{{.BaseURL}}
template variable that points to the root URL. This helps make things like pointing to static files easier. See #1189 for more details.Turns out, this didn't work for email template validation, since we weren't checking for all possible template tags. I'm sorry for the inconvenience!
Should Be Fixed Now
😄
The good news is that this is fixed now, and should have only been an issue if you were trying to use the new
{{.BaseURL}}
tag. Since this was something I promised and it didn't work, I wanted to roll out a hotfix.For all the full details in the latest release, check out the 0.7.0 release notes.
Enjoy!