Functions - metincetin/Karbid GitHub Wiki
Karbid has some functions that helps building. Functions are called by
functionName arg1 arg2 arg3 argN
To use javascript in arguments, write them in parenthesis.
request GET ("/"+"p") x
Functions
include path
loads the karbid file from the path and renders it.
request GET|POST url variable
makes a webrequest and saves the value in the 3rd argument.