# Spin Text

**URL:** https://forum.mautic.org/t/spin-text/17096
**Category:** General Discussion
**Tags:** community
**Created:** [November 22, 2020, 3:22am UTC](https://forum.mautic.org/t/spin-text/17096 "2020-11-22T03:22:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![trinico](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/trinico/32/3949_2.png) [@trinico](https://forum.mautic.org/u/trinico)
#### Post date: [November 22, 2020, 3:22am UTC](https://forum.mautic.org/t/spin-text/17096/1 "2020-11-22T03:22:59Z")

</div>

Hi Guys!

Is it possible to spin or rotate text in Mautic?

Regards,

Trinico

---

<div class="post-metadata">

### Author: ![joeyk](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/joeyk/32/11164_2.png) [@joeyk](https://forum.mautic.org/u/joeyk)
#### Post date: [November 22, 2020, 8:37am UTC](https://forum.mautic.org/t/spin-text/17096/2 "2020-11-22T08:37:28Z")

</div>

Yes.  
I use this bundle (I’m using with 2.16.3, check compatibility before install)

> **[Logicify/mautic-advanced-templates-bundle](https://github.com/Logicify/mautic-advanced-templates-bundle)**
>
> Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc - Logicify/mautic-advanced-templates-bundle

Format example:

```
{% TWIG_BLOCK %} 
{{ random(['apple', 'orange', 'citrus']) }}                                 
{% END_TWIG_BLOCK %}

```

Good luck to you!  
J

---

<div class="post-metadata">

### Author: ![thepramodgeorge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/thepramodgeorge/32/12492_2.png) [@thepramodgeorge](https://forum.mautic.org/u/thepramodgeorge)
#### Post date: [August 11, 2024, 6:50pm UTC](https://forum.mautic.org/t/spin-text/17096/3 "2024-08-11T18:50:54Z")

</div>

Thanks for sharing this @joeyk, do you perhaps have a tutorial on this? Apprehensive about installing plugins because I’m a noob and I’ve set up some business critical emails on the platform already.
