3 lines
78 B
Twig
3 lines
78 B
Twig
{% macro yearsOfExperience() %}
|
|
{{ today|date('Y') - 2007 }}
|
|
{% endmacro %}
|