Container ========= Base class: :doc:`Fragment` The main container for iommi. This class is useful when you want to apply styling or change the tag of what iommi produces for its content inside your body tag. Refinable members ----------------- * `after`     (:ref:`evaluated `) Type: `Union[int, str]` * `assets` Type: `Namespace` * `attrs`     (:ref:`evaluated `) Type: :doc:`Attrs` * `children` * `endpoints` Type: `Namespace` * `extra` Type: `Dict[str, Any]` * `extra_evaluated` Type: `Dict[str, Any]` * `extra_params` * `include`     (:ref:`evaluated `) Type: `bool` * `iommi_style` Type: `str` * `tag`     (:ref:`evaluated `) * `template`     (:ref:`evaluated `) Type: `Union[str, iommi._web_compat.Template]`