diff --git a/aio/tools/transforms/templates/content.template.html b/aio/tools/transforms/templates/content.template.html index 6d7ecdbd6e..82c8c864ce 100644 --- a/aio/tools/transforms/templates/content.template.html +++ b/aio/tools/transforms/templates/content.template.html @@ -1,2 +1,4 @@ -{% if doc.title %}

{$ doc.title $}

{% endif %} -{$ doc.description | marked $} \ No newline at end of file +{% if doc.title %}

{$ doc.title | marked $}

{% endif %} +
+{$ doc.description | marked $} +
\ No newline at end of file