Generate HTML tag for element template
template(
  ...,
  accesskey = NULL,
  autocapitalize = NULL,
  class = NULL,
  contenteditable = NULL,
  dir = NULL,
  draggable = NULL,
  hidden = NULL,
  id = NULL,
  inputmode = NULL,
  is = NULL,
  itemid = NULL,
  itemprop = NULL,
  itemref = NULL,
  itemscope = NULL,
  itemtype = NULL,
  lang = NULL,
  part = NULL,
  slot = NULL,
  spellcheck = NULL,
  style = NULL,
  tabindex = NULL,
  title = NULL,
  custom_attr = NULL
)A string or strings of permitted content for this HTML element tag. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A string of permitted content for this HTML attribute. The user is responsible for determining what is permissible.
A HTML tag string.
# NOT RUN {
template(class = "test", "Example")
# }
Run the code above in your browser using DataLab