{% extends 'common/layout.html' %} {% block css %} {% endblock%} {% block script %} {% endblock %} {% block content %}
{% include "common/menu.html"%} {% autoescape false %} {{ doc| }} {% endautoescape %}
{%include 'common/rightNav.html' %} {% include "common/footer.html"%} {% endblock %}