+ {% if page.toc and page.toc.sidebar %} + {% if page.toc.sidebar == 'right' %} +
+ +
{{ content }}
+ +
+ +
+
+ {% else %} +
+ +
+ +
+ +
{{ content }}
+
+ {% endif %} + {% else %} + {{ content }} + {% endif %} +