Developer Hint: String codes instead of actual strings
TLDR;
Use string codes instead of actual strings even if you have only one language supported. For example, {{ "alex_panshin.hello_page.title"|trans }}
is much better than {{ "Hello, world!" }}
just because you are ready for i18n at every moment, it’s easier to change and find and this change is much less error-prone.