Tabpane and Tab

Render the Docsy tabpane and tab shortcodes together.
{{< tabpane text=true >}}
  {{% tab header="Tab 1" lang="en" %}}Tab content.{{< /tab >}}
  {{% tab header="Tab 2" lang="en" %}}More content.{{< /tab >}}
{{< /tabpane >}}

Example:

This is the first rendered tab.

Rendered tab image