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