---
layout: default
debug: false
---
{% comment %}
# -----------------------------------------------------------------------------
# ~/_layouts/collection.html
# Liquid layout template for all pages of content-type COLLECTION
#
# Product/Info:
# https://jekyll-one.com
#
# Copyright (C) 2019 Juergen Adams
#
# J1 Template is licensed under the MIT License.
# See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
#
# -----------------------------------------------------------------------------
# NOTE:
# This is the layout for all content pages of type COLLECTION.
# Layout COLLECTION is based on layout DEFAULT to inherit all
# default (HTML) data used for ALL pages.
# -----------------------------------------------------------------------------
# NOTE:
# For J1 template, "Liquid Procedures" are being used intensively. To load
# HTML data for a region (lane), the (Liquid) procedure "content_writer"
# places the components based on the YAML data file: collection.yml.
# -----------------------------------------------------------------------------
# NOTE:
# Do NOT add any CONTENT here. If needed, go for a "next level" layout
# that extents the layout BASE by additional data for your specific
# needs based on YAML configuration data files.
# -----------------------------------------------------------------------------
# Test data:
# liquid_var: {{ liquid_var | debug }}
#
# -----------------------------------------------------------------------------
{% endcomment %}
{% comment %} Liquid procedures
--------------------------------------------------------------- {% endcomment %}
{% capture default_writer %}themes/{{site.template.name}}/procedures/layouts/default_writer.proc{% endcapture %}
{% capture content_writer %}themes/{{site.template.name}}/procedures/layouts/content_writer.proc{% endcapture %}
{% comment %} Variables
--------------------------------------------------------------- {% endcomment %}
{% assign lanes_collate = site.data.layouts.collection.lanes %}
{% comment %} Main
--------------------------------------------------------------- {% endcomment %}
{% comment %} Collect the BODY-HEADER region
------------------------------------------------------------- {% endcomment %}