Sha256: bbdf6b0c2b9cbec31e510a58729ef5e2d0b6a6d0f4968de7bae308143ec6613b

Contents?: true

Size: 1.35 KB

Versions: 5

Compression:

Stored size: 1.35 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 # ~/_includes/themes/j1/layouts/content_generator_raw
 # Liquid template to create the content portion for pages of type RAW
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # Test data:
 #    liquid_var:  {{ liquid_var | debug }}
 # -----------------------------------------------------------------------------
{% endcomment %}

{% comment %} Liquid procedures
-------------------------------------------------------------------------------- {% endcomment %}

{% comment %} Variables
-------------------------------------------------------------------------------- {% endcomment %}


{% comment %} Main
-------------------------------------------------------------------------------- {% endcomment %}
<!-- [INFO   ] [j1.layout.content_generator_raw.html  ] [ begin content ] -->
<!-- main id="raw-content" class="col-md-12" style="padding-left:60px;padding-right:60px;" -->
<!-- main id="raw-content" class="col-md-12" -->
<main id="raw-content">
  {{content}}
</main>
<!-- [INFO   ] [j1.layout.content_generator_raw.html  ] [ end content] -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
j1-template-2024.3.16 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2024.3.15 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2024.3.14 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2024.3.13 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2024.3.12 _includes/themes/j1/layouts/content_generator_raw.html