
WWW::Kontent::Class::Kode - Kode page class for Kontent

# Attributes
kontent:class=kode
kontent:version=1
kode:driverbody=Driver code
kode:adapterbody=Adapter code

Kode is a Kontent class allowing you to write a page with unique behavior. In essence, it can be used to implement the 'view' driver and adapter for a one-shot page class. The edit mode can be used to modify the code, and the details of compilation errors are displayed.
Please note that the Kode class can be used to run arbitrary code on the server. You should probably secure Kode pages very carefully.
kode:driverbodyThe code to be run for the driver in 'view' mode.
kode:adapterbodyThe code to be run for the adapter in 'view' mode. As with all adapters, this should return a skeleton (WWW::Kontent::Skeleton).
view, history, edit
