Sha256: 72cf6e1f1429ac3cd21943392c51f9b18173a7fbdea2a5da5b74b7c5c7bc2fd9
Contents?: true
Size: 1.28 KB
Versions: 15
Compression:
Stored size: 1.28 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/templates/j1/pages/raw_content_generator.html # Liquid template to create the content portion for pages of type RAW # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # # ----------------------------------------------------------------------------- {% endcomment %} {% comment %} Liquid procedures --------------------------------------------------------------- {% endcomment %} {% comment %} Variables --------------------------------------------------------------- {% endcomment %} {% comment %} Main --------------------------------------------------------------- {% endcomment %} <!-- [INFO ] [j1.layout.raw_content_generator.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"> {{content}} </main> <!-- [INFO ] [j1.layout.raw_content_generator.html] [End content] -->
Version data entries
15 entries across 15 versions & 1 rubygems