{% extends "layout.html" %} {% from "macros/docs.html" import get_doc_icon, get_doc_link, get_doc_header %} {% block title %}{{ (this.title ~ ' | ') if this.title != 'Documentation' }}Documentation{% endblock %} {% block body %}
Method of {{ get_doc_link(this.parent) }} {% elif this.type == 'property' %}
Property of {{ get_doc_link(this.parent) }} {% elif this.type == 'operator' %}
Operator of {{ get_doc_link(this.parent) }} {% endif %} {% if this.template_var %}
Template variable: {{ this.template_var }}
{% endif %}
{{ this.body }}
{% if this.children %}
{{ page.summary }}
{% endif %}
Comments
{{ render_disqus_comments() }}