HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/Morpheus/templates/contentBlock.twig
<div class="card">
    <div class="card-content">
        {% if title is defined and title %}
            <h2 class="card-title"
                  {% if rate is defined and rate %}vue-entry="CoreHome.EnrichedHeadline"{% endif %}
            >{% block helpText %}{% endblock %}{{ title }}</h2>
        {% endif %}

        {% block content %}
        {% endblock %}
    </div>
</div>