Rocket ManPosts: 382
Posted on: 2017-02-28 11:17:03.000
Hi Jojo,
the /partials/ directory is for any piece of code that you would like to reuse in multiple pages. The (display-partial) function loads that code and inserts it in any page:
Function: (display-partial)
Usage: (display-partial "partial-file-name")
Returns: Loads the instructions in the file "partial-file-name" in the $PARTIAL_PATH subdirectory
Note: The ".lsp" extension is added automatically.