Sha256: 3c61f64985cfe412c2a6da892c9d7980dfe3a06467f2edd249f85b36aa862571
Contents?: true
Size: 1.34 KB
Versions: 51
Compression:
Stored size: 1.34 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) 2021 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/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="main-content" id="raw-content" class="col-md-12"> {{content}} </main> <!-- [INFO ] [j1.layout.content_generator_raw.html ] [ end content] -->
Version data entries
51 entries across 51 versions & 1 rubygems