Sha256: d358901974e2d04b1d60e09f313800e74cda8e918166437d7f5fb73fd10cfb84
Contents?: true
Size: 1.32 KB
Versions: 36
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) 2022 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
36 entries across 36 versions & 1 rubygems