{% if header %} {% autoescape off %}{{ header }}{% endautoescape %}{% else %} {% block title %}{{ headers.title }}{% endblock %} {% endif %}
 
{% if topnav.content %}
{% block topnav %}{{ topnav.content|markdown }}{% endblock %}
{% endif %}
{% if leftnav.content %}
{% block leftnav %}{{ leftnav.content|markdown }}{% endblock %}
{% endif %} {% if rightnav.content %}
{% block rightnav %}{{ rightnav.content|markdown }}{% endblock %}
{% endif %}
{% block title %}{% if headers.title %}

{{ headers.title }}

{% endif %}{% endblock %} {% block content %}{{ content|markdown }}{% endblock %}

Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
Apache Flex, Apache and the Apache feather logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.