{% extends 'layout.html' %}
{% block body %}
{% include 'header.html' -%}
{% include 'class-inheritance.html' -%}
{$ doc.description | ngEscape $}
{% include 'notes.html' -%}
{% include 'members.html' -%}
{% include 'how-to-use.html' -%}
{% endblock %}