{% comment %}
* Parameters *
open_var: string (optional) - Alpine.js variable name for open state
title: string (optional)
show_close_button: boolean (optional) - default: True
class: string (optional)
{% endcomment %}
{% if title or show_close_button %}
{% if title %}
{{ title }}
{% endif %}
{% if show_close_button %}
{% endif %}
{% endif %}