Closed rmzg closed 4 years ago
If you place a import call after some html in your template:
import
<html> <head> {{import "something/somewhere.jet"}}
You get an error like: unexpected token <import> on operand which is very tricky to relate to the actual problem.
unexpected token <import> on operand
Also it doesn't seem to be documented that {{import}} has to go at the top of the file.
{{import}}
If you place a
import
call after some html in your template:You get an error like:
unexpected token <import> on operand
which is very tricky to relate to the actual problem.Also it doesn't seem to be documented that
{{import}}
has to go at the top of the file.