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