{% assign id = "/licenses/" | append: include.license-id %} {% assign licenses = site.licenses | where:"id", id %} {% for license in licenses %}

{% if license.nickname %} {{ license.nickname }} {% else %} {{ license.title }} {% endif %}

{{ license.description }}

{% assign types = "permissions|conditions|limitations" | split: "|" %} {% for type in types %} {% endfor %} {% for type in types %} {% endfor %}
{{ type | capitalize }}
    {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% assign req = rule_obj.tag %} {% if license[type] contains req %}
  • {{ rule_obj.label }}
  • {% endif %} {% endfor %}

View full {{ license.title }} ยป

{% endfor %}