Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 314 Bytes

File metadata and controls

18 lines (16 loc) · 314 Bytes
layout default
title Region-Wise Employees

Region-wise Employees

{% for R in site.data.regions %}

{{R.RegionDescription}}

{% for T in R.territories %}

{{T.TerritoryDescription}}

    {% for E in T.employees %}
  • {{E.LastName}}, {{E.FirstName}}
  • {% endfor %}
{% endfor %} {% endfor %}