Sha256: 08ae63f90ba82c0bdd016ec819a4e0f3c65b754f3542ce19e685329c2e5d0366
Contents?: true
Size: 1.29 KB
Versions: 5
Compression:
Stored size: 1.29 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.app.html ] [Begin content] --> <main id="app-content" class="col-md-12" style="padding-left:60px;padding-right:60px;"> {{content}} </main> <!-- [INFO ] [j1.layout.app.html ] [End content] -->
Version data entries
5 entries across 5 versions & 1 rubygems