{% extends "base.html" %} {% load chunk from chunks %} {% block title %}How to talk about copyright?{% endblock %} {% block body %}

{% chunk 'intro-1-title' raw=1 %}

{% chunk 'intro-1' %}

{% chunk 'intro-2-title' raw=1 %}

{% chunk 'intro-2' %}

{% chunk 'intro-3-title' raw=1 %}

{% chunk 'intro-3' %}

The glossary

    {% for word in words.lawful %}
  • {{ word }}
  • {% endfor %}
    {% for word in words.neutral %}
  • {{ word }}
  • {% endfor %}
    {% for word in words.chaotic %}
  • {{ word }}
  • {% endfor %}
{% endblock %}