Sha256: 1472da1f697fd0d79a2e54008654766993e29ee41eb3f58d5a4ce95857737a61
Contents?: true
Size: 1.35 KB
Versions: 45
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 Theme 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
45 entries across 45 versions & 1 rubygems