{% block container %}
{% set tag = tag|default('h2') %}
{% set class = class|default('footer__cell-header') %}
<{{ tag }}
{% if id %}id="{{ id }}"{% endif %}
class="{{ class }}"
>
{% block title %}
{{ title }}
{% endblock %}
</{{ tag }}>
{% endblock %}