+
+ {% if page.layout == 'home' %} + {{ content }} + {% else %} +
+ + {% if page.layout == 'docs' or page.collection == 'docs' %} + + {% endif %} + + +
+ {% if page.title %} + + {% endif %} + +
+ {{ content }} +
+ + + {% if page.collection == 'docs' %} + + {% endif %} +
+
+ {% endif %} +
+