Sha256: 7c47d58042310e089ba86df700cdef8bf6971f7c5d7edcb7d5aa1bf6d7122a9c
Contents?: true
Size: 1.34 KB
Versions: 7
Compression:
Stored size: 1.34 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.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"> {{content}} </main> <!-- [INFO ] [j1.layout.content_generator_raw.html ] [End content] -->
Version data entries
7 entries across 7 versions & 1 rubygems