{% placeholder headerimage inherit %}
{% placeholder logo inherit %}
{% block mainbody %}
{% endblock mainbody %}
{% block content %}
{% placeholder content %}
{% comment %}
{% placeholder content or %}
{% include "sample.html" %}
{% endplaceholder %}
{% endcomment %}
{% endblock content %}
{% block sidebar %}
{% placeholder sidebar or %}
SideBar
Sidebar content is inherited to all child pages and can be over-ridden by any parent. Typically this is for hotlinks, embedded menus or banners that you wish to see across several pages, consistently.
Additionally, this column is flush to the menu bar, allowing for image banners to rest snugly against it if placed at the top of the column and allowed no format spacing.
{% endplaceholder %} {% placeholder supplemental %} {% endblock sidebar %}