PATH=/
HTML='''
Test HTML
{{{Var}}}
Tests:
{{{!IF ThisValue==false}}}
ThisValue is false.
{{{!IF ThisValue==false}}}
Nested0 ThisValue is false.
{{{!ELSEIF ThisValue==true}}}
Nested0 ThisValue is true.
{{{!ELSE}}}
Nested0 ThisValue is invalid.
{{{!ENDIF}}}
{{{!ELSEIF ThisValue==true}}}
ThisValue is true.
{{{!IF ThisValue==false}}}
Nested1 ThisValue is false.
{{{!ELSEIF ThisValue==true}}}
Nested1 ThisValue is true.
{{{!ELSE}}}
Nested1 ThisValue is invalid.
{{{!ENDIF}}}
{{{!ELSE}}}
ThisValue is invalid.
{{{!IF ThisValue==false}}}
Nested2 ThisValue is false.
{{{!ELSEIF ThisValue==true}}}
Nested2 ThisValue is true.
{{{!ELSE}}}
Nested2 ThisValue is invalid.
{{{!ENDIF}}}
{{{!ENDIF}}}
Array Value:
{{{!INDEX ArrayValue[2]}}}
{{{!INDEX ArrayValue[0]}}}
{{{!INDEX ArrayValue[1]}}}
'''
Var='''Test var value'''
ThisValue=derp
ArrayValue=One_IDX_Zero
ArrayValue=Two_IDX_One
ArrayValue=Three_IDX_Two
PATH=/inner
HTML_FILE='''example_config/inner.html'''
VAR_FILE='''example_config/var.html'''
PATH=/error
PATH=/inner/further
HTML='''
Nested inner: further
{{{VAR}}}
back
'''
VAR='''yep'''