build(aio): add div with class around content

Closes #16037
This commit is contained in:
Peter Bacon Darwin 2017-04-16 20:52:04 +01:00 committed by Pete Bacon Darwin
parent e20a72280b
commit 7165eb15bd
1 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
{% if doc.title %}<h1>{$ doc.title $}</h1>{% endif %}
{$ doc.description | marked $}
{% if doc.title %}<h1>{$ doc.title | marked $}</h1>{% endif %}
<div class="content">
{$ doc.description | marked $}
</div>