_layouts/raw.html in j1-template-2022.2.3 vs _layouts/raw.html in j1-template-2022.3.0.rc0
- old
+ new
@@ -1,8 +1,8 @@
---
-layout: default
-debug: false
+layout: default # base layout the page inherits GLOBAL content
+debug: false # enable|disable additional debug information written to (static) content source
---
{% comment %}
# -----------------------------------------------------------------------------
# ~/_layouts/raw.html
@@ -21,22 +21,19 @@
# This is the layout for all content pages of type RAW.
# Layout RAW is based on layout BASE to inherit all (HTML) data.
# -----------------------------------------------------------------------------
# NOTE:
# This is the layout is used mainly for pure HTML content
- # with NO other markup used
+ # with NO other markup used.
# -----------------------------------------------------------------------------
# NOTE:
- # By J1 template, "Liquid Procedures" are being used intensively. To load
- # HTML data for a region (lane), the (Liquid) procedure "section_loader"
- # places the components based on the YAML data file: app.yml.
+ # Do NOT add any CONTENT here.
+ # 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 specified in the connected YAML data file
+ # 'raw.yml' located in folder: ~/_data/layouts.
# -----------------------------------------------------------------------------
- # 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 %}
@@ -64,9 +61,9 @@
{% comment %} Collect the BODY-MAIN region
------------------------------------------------------------------------------ {% endcomment %}
<!-- [INFO ] [j1.layout.raw.html ] [ call content_writer for region: 'body-main' ] -->
<!-- div class="raw_container" style="padding-right: 0px; padding-left: 0px;" -->
- <div class="container-fluid">
+ <div class="container-fluid">
{% include {{content_writer}} region='body-main' items=lanes_collate %}
</div>
<!-- [INFO ] [j1.layout.raw.html ] [end processing content_writer for region: 'body-main' ] -->