FallbackView is a helper to register a single template filename as a fallback when the provided tempate filename was not found.
| 3818 | // FallbackView is a helper to register a single template filename as a fallback |
| 3819 | // when the provided tempate filename was not found. |
| 3820 | type FallbackView string |
| 3821 | |
| 3822 | // FallbackView completes the FallbackViewProvider interface. |
| 3823 | func (f FallbackView) FallbackView(ctx *Context, err ErrViewNotExist) error { |