| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Html5.TEMPLATE | 
Html5._template()
Build element  
<template>. | 
default Html5.TEMPLATE | 
Html5._template(Object... children)
Build element  
<template> with children. | 
default Html5.TEMPLATE | 
Html5._template(Runnable code)
Build element  
<template>; with it as the context parent, run `code`. |