0

How can I transfer variable to each twig template?

I need transfer rates to each template in my application.

Emii Khaos
  • 9,983
  • 3
  • 34
  • 57
korvinko
  • 700
  • 3
  • 10
  • 23

1 Answers1

1

You do that by using global variables.

How to Inject Variables into all Templates (i.e. Global Variables) (I know, searching the docs is hard...)

Wouter J
  • 41,455
  • 15
  • 107
  • 112