Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The two additions you can make to the default Velocity templates without replacing them are to add HTML markup (actually, Velocity Template Language, which can be a mix of standard HTML markup and Velocity statements) to theĀ <head> section, and/or to add HTML(VTL) markup to theĀ <body> section. You do that by creating one or both of the following files (again relative to idp.home):

  • views/templates/add-html-head-content.vm

  • views/templates/add-html-body-content.vm

Examples

Using "add-html-head-content.vm"

...