{% load i18n %} {% comment "text/markdown" %} Variables accepted by this template: - `tab_id` - {string} A unique tab id consisting only of ASCII alphanumerics, dashes and underscores - `title` - {string} Text that the tab button will display - `active` - {boolean?} Force this to be active - `classname` - {string?} Extra css classes to pass to this component {% endcomment %} {{ title }}
()