html_template: create the html template
Description
create the html template
Usage
html_template(template, css_str = NULL, col1 = "#7D1935", col2 = "#F5F3EE")
Value
A list with the html header and footer
Arguments
- template
The name of the template to be used
- css_str
A character string, to be directly added to the css style header
- col1
The first style color (top bar color)
- col2
The second style color (background color)