Ext should return the final file extension (including the dot) which this view engine is responsible to render. If the filename extension on ExecuteWriter is empty then this is appended.
()
| 34 | // which this view engine is responsible to render. |
| 35 | // If the filename extension on ExecuteWriter is empty then this is appended. |
| 36 | Ext() string |
| 37 | } |
| 38 | |
| 39 | // ViewEngineFuncer is an addition of a view engine, |
no outgoing calls