{% if doc.layout.startswith('Two column') %}
{% else %}
{% endif %}
{{ doc.main_section_html }}
{% if doc.next_page_html %}
{{ doc.next_page_html }}
{% endif %}
{% if doc.layout.startswith('Two column') %}
{{ doc.side_section_html }}
{% if doc.see_also %}
See Also
{{ doc.see_also }}
{% endif %}
{% endif %}
Last Modified: {{ doc.updated }}
Feedback