{% macro yearsOfExperience() %}
  {{ today|date('Y') - 2007 }}
{% endmacro %}