Card.render_inner_html()#
- Card.render_inner_html(template_data: dict) str[source]#
Renders the element template
element_template.- Parameters
template_data – A dictionary of data for rendering the template.
Notes
If no element_template is defined, None is returned. Usually, the inner html gets placed into the higher-level :attr: .base_template, when
Element.web_widgetgets called.- Returns
Inner html code for this element.
- Return type