skip to content

JSP Widget

Allows you to add XHTML/SCSS (or CSS) code. The stylesheet (css) part is only applied locally.

links

Links can contain a "standard" link or be prefixed.

  • "page:" followed by the name of a page, this ca create a link to that page, no matter where it is located.
  • "file:" link to a resource.
<a href="page:contact">contact</a> - <a href="file:/static/files/legals.pdf">legals PDF</a>