Sha256: 288376d1efe67385f56747fc04f3ed0a75f58d6f52cdf40c882466ba37644d00

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/templates/j1/pages/raw_content_generator.html
 #  Liquid template to create the content portion for pages of type RAW
 #
 #  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_raw.html  ] [ begin content ] -->
<!-- main id="raw-content" class="col-md-12" style="padding-left:60px;padding-right:60px;" -->
<main id="raw-content" class="col-md-12">
  {{content}}
</main>
<!-- [INFO   ] [j1.layout.content_generator_raw.html  ] [ end content] -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
j1_template-2019.4.4 _includes/themes/j1/layouts/content_generator_raw.html