You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, <apply template="doesnt-exist"> will cause a 500 if that template doesn't exist.
It's been really good so far to make blanks more tolerant of non-existent fills, so I think apply should be more tolerant of non-existent templates. If the template doesn't exist, just leave an empty space.
The text was updated successfully, but these errors were encountered:
On Oct 3, 2017, at 5:42 PM, Libby ***@***.***> wrote:
Right now, <apply template="doesnt-exist"> will cause a 500 if that template doesn't exist.
It's been really good so far to make blanks more tolerant of non-existent fills, so I think apply should be more tolerant of non-existent templates. If the template doesn't exist, just leave an empty space.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
@dbp that's a good idea! The thing we did with missing blanks was to just log them. But that's meant it's really easy to ignore that Blanks are missing, and now our logs are really noisy. I definitely want strict dev mode back
Right now,
<apply template="doesnt-exist">
will cause a 500 if that template doesn't exist.It's been really good so far to make blanks more tolerant of non-existent fills, so I think
apply
should be more tolerant of non-existent templates. If the template doesn't exist, just leave an empty space.The text was updated successfully, but these errors were encountered: