{% if config.show_if_no_docstring or class.has_contents %}
{% if show_full_path %}{{ class.path }}{% else %}{{ class.name }}{% endif %}
{% with properties = class.properties %}
{% include "properties.html" with context %}
{% endwith %}
{{ class.relative_file_path }}