{% extends theme.template.left|template %} {% block title %} {{wp_title}} | {{site.name}} {% endblock title %} {% block css %} {{wp_head}} {% endblock css %} {% block javascript_lib %} {{wp_footer}} {% endblock javascript_lib %} {% block javascript_local %} {% include theme.layouts.main_nav.site_nav|template %} {% endblock javascript_local %} {% block content_header %} {% endblock content_header %} {% block navigation_header %} {% set menu = get_nav_menu("main", get_block_data(theme, "nav", "wide")) %} {% set layout = theme.layouts.main_nav %} {% set block = get_block_data(theme, "nav", "wide") %} {% include layout.template|template with { "menu" : menu, "theme" : theme, "block" : block, "self" : layout } only %} {% endblock navigation_header %} {% block body_class %} {{function("get_body_class", "")|join(' ')}} {% endblock body_class %} {% block content_1 %}

{{post.title}}

{{post.content | safe}}
{% endblock %} {% block content_2 %} {{post.blended_block_2 | shortcodes | safe}} {% endblock %} {% block content_3 %} {{post.blended_block_3 | shortcodes | safe}} {% endblock %} {% block content_4 %} {{post.blended_block_4 | shortcodes | safe}} {% endblock %} {% block content_5 %} {{post.blended_block_5 | shortcodes | safe}} {% endblock %} {% block content_6 %} {{post.blended_block_6 | shortcodes | safe}} {% endblock %} {% block content_footer %} {{footer_widgets | safe}} {% endblock content_footer %} {% block navigation_footer %} {% set menu = get_nav_menu("footer" , get_block_data(theme, "nav", "wide")) %} {% set layout = theme.layouts.footer_nav %} {% set block = get_block_data(theme, "nav", "wide") %} {% include layout.template|template with { "menu" : menu, "theme" : theme, "block" : block, "self" : layout } only %} {% endblock navigation_footer %}