{% extends "base.html" %} {% comment %} Copyright 2011 The IETF Trust. All rights reserved. {% endcomment %} {% block title %}Working Group Charters{% endblock %} {% block content %}

Working Group Charters

{% include "wgcharter/search_form.html" %}
{% if meta.searching %} {% include "wgcharter/search_results.html" %} {% endif %}
{% endblock content %} {% block scripts %} YAHOO.util.Event.onContentReady("search_submit_button", function () { var oButton = new YAHOO.widget.Button("search_submit_button", {}); }); {% endblock scripts %}