From 7165eb15bd9d3c8f19001e02a6bc0f70ed5df930 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sun, 16 Apr 2017 20:52:04 +0100 Subject: [PATCH] build(aio): add div with class around content Closes #16037 --- aio/tools/transforms/templates/content.template.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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