{% extends 'django_spire/tab/element/tab_section_element.html' %} {% block tab_section_content %}
{% include 'django_spire/note/note.html' with note_text='Note' %}
{% include 'django_spire/theme/example/card/example_title_card.html' %}
{% endblock %}