{{ include.name}}

  • Působnost: {{ include.area }}
  • {% assign person = site.people | where_exp:"item","item.uid contains include.president" | first %} {% if person %}
  • Předseda: {{person.name}}
  • {% else %}
  • Předseda: {{include.president}}
  • {% endif %} {% if include.fb %}
  • {{include.fb}}
  • {% endif %}