- {% if (ldoc.root) then -- we're rendering the landing page (index.html) %} - {(docs/templates/landing.ltp)} - {% elseif (ldoc.body) then -- we're rendering non-code elements %} - - {* ldoc.body *} - - {% elseif (module) then -- we're rendering libary contents %} - - {(docs/templates/module.ltp)} - - {% end %} -
+ {% if (ldoc.root) then -- we're rendering the landing page (index.html) %} + {(templates/landing.ltp)} + {% elseif (ldoc.body) then -- we're rendering non-code elements %} + + {* ldoc.body *} + + {% elseif (module) then -- we're rendering libary contents %} + + {(templates/module.ltp)} + + {% end %} +