+{% if selected == "index" %}
Home{% else %}
Home{% endif %} |
+{% if selected == "nominate" %}
Nominate{% else %}
Nominate{% endif %} |
+{% if selected == "requirements" %}
Requirements{% else %}
Requirements{% endif %} |
+{% if selected == "questionnaires" %}
Questionnaires{% else %}
Questionnaires{% endif %} |
+{% if selected == "comments" %}
Provide Comments{% else %}
Provide Comments{% endif %}
+
+
+{% block nomcom_content %}
+{% endblock %}
+{% endblock %}
diff --git a/ietf/templates/nomcom/nominate.html b/ietf/templates/nomcom/nominate.html
index 9ce57e37d..328692457 100644
--- a/ietf/templates/nomcom/nominate.html
+++ b/ietf/templates/nomcom/nominate.html
@@ -1,9 +1,9 @@
-{% extends "base.html" %}
+{% extends "nomcom/nomcom_base.html" %}
-{% block title %}Nominate{% endblock %}
+{% block subtitle %} - Nominate{% endblock %}
-{% block content %}
-