We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following is a list of sections available to the page template:
The following is a list of imports found in the template:
{% comment %} This document defines the base html. {% endcomment %} <!DOCTYPE html> <html> <head> {{ required_header_content }} {% include 'meta_tags' %} {% include 'theme_wide_css' %} {% include 'page_specific_css' %} </head> <body class="{{ page.page_identifier | kebab_filter }}"> {% section 'page_header' %} {{ content_for_layout }} {% section 'footer' %} {% include 'theme_wide_footer_scripts' %} {% include 'site_wide_footer_scripts' %} {{ required_footer_content }} </body> </html>