Documentation

Literal Element - #literal {}

The literal element simply passes the supplied text on the browser.

Usage

   #literal { text="<b>This</b> is some <i>text</i>" }

Attributes

  • text (string) - The text to display.

  • html_encode (boolean) - Set to true to safely html-encode the text.

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.