diff options
Diffstat (limited to 'docs_theme')
| -rw-r--r-- | docs_theme/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs_theme/base.html b/docs_theme/base.html index 4ca6cd81..07582392 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -118,7 +118,7 @@ a.fusion-poweredby {            </div>            <div id="main-content" class="span9"> -            {{ content }} +            {% include "content.html" %}            </div><!--/span-->          </div><!--/row-->        </div><!--/.fluid-container--> | 
