diff --git a/templates/group_template.html.j2 b/templates/group_template.html.j2 index 8494826108..ff15a4d4ec 100644 --- a/templates/group_template.html.j2 +++ b/templates/group_template.html.j2 @@ -3,7 +3,7 @@ {% extends "base_template.html.j2" %} {% block content %} -

{{ body['content']['title'] }} Calculation

+

{{ body['content']['title'] }}

{{ body['content']['details'] | safe }}

Calculation

{% for method in body['content']['functions'] %}