This provides tabs UI with Liquid block

Remarks

CSS style is not included.

{% tabset %}
  {% tab { 'header-text-key': 'some_translations.tab.header1' } %}
		Tab content 1
  {% endtab %}
  {% tab { 'header-text-key': 'some_translations.tab.header2' } %}
		Tab content 2
  {% endtab %}
{% endtabset %}