123456789101112131415161718192021222324252627282930313233343536373839 |
- <div id="{{ derivative_plugin_id }}" {{ attributes }}>
- {{ title_prefix }}
- {% if label %}
- <h2{{ title_attributes }}>{{ label }}</h2>
- {% endif %}
- {{ title_suffix }}
- {% block content %}
- {{ content }}
- {% endblock %}
- </div>
|