domain_twig
17 sites
No security coverage
Provides Twig Function to get current domain
{% set domain_id = domain().id %}
{% if domain_id == 'example' %}
<h2>Cool stuff, huh!</h2>
{% endif %}