So I want to include a variable with a name of the month in my page title so I don't need to update it manually every month.
So something like Best tools for X in {{ t("now"|date('M')) }}.
Of course it won't get the syntax right if I just add this to the page title so I am trying to find how can I achieve it without hardcoding it into templates.