+ {% block main_top%}{% endblock%}
{% block content%}{% endblock%}
diff --git a/docs/template_tags.rst b/docs/template_tags.rst
index f9474965..37ab2126 100644
--- a/docs/template_tags.rst
+++ b/docs/template_tags.rst
@@ -77,8 +77,8 @@ The ``plotly_header`` and ``plotly_footer`` template tags
---------------------------------------------------------
``DjangoDash`` allows you to inject directly the html generated by ``Dash`` in
-the DOM of the page without wrapping it in an iframe. To include your app CSS and JS, you have
-to include two tags in your template, namely ``plotly_header`` and ``plotly_footer``, as
+the DOM of the page without wrapping it in an iframe. To include the app CSS and JS, two tags
+should be included in the template, namely ``plotly_header`` and ``plotly_footer``, as
follows:
.. code-block:: jinja
@@ -103,7 +103,8 @@ follows: