Sha256: c7a065f68f45e4a037fba8f63dc6499b16707f5b6da71ab692b4aa34538a1f47
Contents?: true
Size: 1.3 KB
Versions: 7
Compression:
Stored size: 1.3 KB
Contents
{% comment %} # ----------------------------------------------------------------------------- # ~/_includes/templates/j1/pages/app_content_generator.html # Liquid template to create the content portion for pages of type POST # # 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_app.html ] [Begin content] --> <main id="app-content" class="col-md-12" style="padding-left:60px;padding-right:60px;"> {{content}} </main> <!-- [INFO ] [j1.layout.content_generator_app.html ] [End content] -->
Version data entries
7 entries across 7 versions & 1 rubygems