25. template

<template
  name = non empty token
  location = anyURI
/>

Add document template named name, contained in file location, to the dialog box displayed by File|New.

Specifying a template element without a location may be used to remove template element with the same name from the configuration.

Example:

  <template name="Div (part of a master document)" 
            location="template/div.html" />