FallbackViewLayout is a helper to register a single template filename as a fallback layout when the provided layout filename was not found.
| 3832 | // FallbackViewLayout is a helper to register a single template filename as a fallback |
| 3833 | // layout when the provided layout filename was not found. |
| 3834 | type FallbackViewLayout string |
| 3835 | |
| 3836 | // FallbackView completes the FallbackViewProvider interface. |
| 3837 | func (f FallbackViewLayout) FallbackView(ctx *Context, err ErrViewNotExist) error { |