Sha256: 4350202a9002e7f4bc9e73788985d26308e8918cd58e36e55fbdbef18a181946

Contents?: true

Size: 1.3 KB

Versions: 6

Compression:

Stored size: 1.3 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) 2019 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="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

6 entries across 6 versions & 1 rubygems

Version Path
j1_template-2019.4.12 _includes/themes/j1/layouts/content_generator_app.html
j1_template-2019.4.11 _includes/themes/j1/layouts/content_generator_app.html
j1_template-2019.4.10 _includes/themes/j1/layouts/content_generator_app.html
j1_template-2019.4.8 _includes/themes/j1/layouts/content_generator_app.html
j1_template-2019.4.7 _includes/themes/j1/layouts/content_generator_app.html
j1_template-2019.4.5 _includes/themes/j1/layouts/content_generator_app.html