+
{{ page.title }}
diff --git a/templates/roles/single.html b/templates/roles/single.html
index 2f4ac72..f089d8c 100644
--- a/templates/roles/single.html
+++ b/templates/roles/single.html
@@ -13,7 +13,7 @@
Our World
-
+
{{ config.extra.taxonomies["roles"][term.name].title }}
{{config.extra.taxonomies["roles"][term.name].description}}
@@ -23,7 +23,6 @@
{% for page in term.pages %}
{% include "partials/pageBox.html"%}
{% endfor %}
-
{% include "partials/applicationForm.html"%}
diff --git a/templates/section.html b/templates/section.html
index cced215..6b844e9 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -2,7 +2,7 @@
{% block content %}
-
+
{{ section.content | safe}}
{% include "partials/pageList.html" %}
Our World
-
+
{{ config.extra.taxonomies["roles"][term.name].title }}
{{config.extra.taxonomies["roles"][term.name].description}}
@@ -23,7 +23,6 @@ {% for page in term.pages %} {% include "partials/pageBox.html"%} {% endfor %} -
{% include "partials/applicationForm.html"%}
diff --git a/templates/section.html b/templates/section.html
index cced215..6b844e9 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -2,7 +2,7 @@
{% block content %}
-
+
{{ section.content | safe}}
{% include "partials/pageList.html" %}
{% include "partials/pageList.html" %}