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