Twig Templates
Premium plugin for Mautic

High level of personalization for your e-mails, landing pages and text messages using Twig syntax.     


How to use plugin?

Just follow 3 simple steps

1. Create a Twig template using contact and other data

2. Insert Twig Templates token to your email, sms or page content.

3. Integrate Twig Template into webpage with embed code

Basic example

{% if contact.affinity == 'private' %}
<p>This is Private Content</p>
{% endif %} 
{% if contact.affinity == 'b2b' %}
<p>This is B2B Content</p>
{% endif %} 
{% if contact.affinity == 'agency' %}
<p>This is Agency Content</p>
{% endif %}


Basic example for displaying content based on a contact field value, in this case, depending on your contact's affinity.

No need to stress over syntax. It's easy to learn, or you can just use one of the examples from our Twig templates library

Key features
allow you to customize content

  • Channel support

    • E-mails
    • Landing pages
    • Text messages
  • Content support

    • Contact's companies, segment or tags
    • Content from URL
    • RSS content
    • Dynamic Content alternative
  • Additional support

Enjoy a 20% discount with our special offers

We have special offers available for our legacy customers, as well as for those who choose to upgrade to Mautic 5 or want to purchase more like one plugin.  

Mautic 3 & Mautic 4
compatible version

  • One domain license

    This license is perfect for companies that use Mautic directly.
    $
    99
    $
    /year
  • 5 domains licenses

    This license is ideally suited for small agencies with up to five domains.
    $
    199
    $
    /year
  • 999 domains licenses

    This license is perfect for big agencies that use Mautic for their customers.
    $
    499
    $
    /year

Mautic 5
compatible version

  • One domain license

    This license is perfect for companies that use Mautic directly.
    $
    99
    $
    /year
  • 5 domains licenses

    This license is ideally suited for small agencies with up to five domains.
    $
    199
    $
    /year
  • 999 domains licenses

    This license is perfect for big agencies that use Mautic for their customers.
    $
    499
    $
    /year

How to install plugin

Once you receive a confirmation email, you can download the latest version of each bundle using the provided link. 

1. Just copy the plugin to plugins/YourBundleName

2. Clear cache: run from console php bin/console cache:clear

3. Reload plugins list: Run php bin/console mautic:plugins:reload

4. Regenerate assets php bin/console mautic:assets:generate

Built on Unicorn Platform