Sha256: 99c35312ef618baed19eacda378d2527d94273f6beb09084acb0797ecec85095

Contents?: true

Size: 1.35 KB

Versions: 3

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 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
 # -----------------------------------------------------------------------------
 # 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

3 entries across 3 versions & 1 rubygems

Version Path
j1-template-2023.10.2 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2023.10.1 _includes/themes/j1/layouts/content_generator_raw.html
j1-template-2023.10.0 _includes/themes/j1/layouts/content_generator_raw.html