Sha256: 71a9ef50402f96f9f9093f10d7eaa253bd23701705ec07f910730afc0ef9ade5
Contents?: true
Size: 1.24 KB
Versions: 15
Compression:
Stored size: 1.24 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
15 entries across 15 versions & 1 rubygems