This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Theme (Layout)
Jonathan Tsang edited this page Sep 1, 2017
·
1 revision
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>
- Introduction
- Layouts
- Pages
- Sections
- Snippets
- Affiliate Dashboard Menu
- Form Errors
- Site Wide Footer Scripts
- Theme Wide CSS
- Theme Wide Footer Scripts
- Styles