Sha256: 11257fb5fd5d5ff2c3c082c87048dcf4a27725b74d54f4b2be4e58ceb7165f75

Contents?: true

Size: 744 Bytes

Versions: 9

Compression:

Stored size: 744 Bytes

Contents

---
title: <%= config[:slug].humanize -%>
<% if config[:translated] %>

# unique identifier for urls, the same as a permalink
slug: <%= config[:slug] -%>
<% end %>

# true if the page is included in the menu
listed: true

# true if the page is published
published: true

# position among sibling pages
# position: 1

# sets a redirection to the given url (301)
# redirect_url: "<url to a page or to a remote url>"

# content type that this page is templatizing
# content_type: "<slug of one of the content types>"

# editable_elements:
#   'some_block/some_slug': "<text>"
#   'some_block/some_slug': "<relative path to the file under the public/samples folder>"
---
{% extends parent %}

{% block main %}

  <p>Hello world</p>

{% endblock %}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
locomotivecms_wagon-1.4.0 generators/page/template.liquid.tt
locomotivecms_wagon-1.3.3 generators/page/template.liquid.tt
locomotivecms_wagon-1.3.2 generators/page/template.liquid.tt
locomotivecms_wagon-1.3.1 generators/page/template.liquid.tt
locomotivecms_wagon-1.3.0 generators/page/template.liquid.tt
locomotivecms_wagon-1.2.2 generators/page/template.liquid.tt
locomotivecms_wagon-1.2.1 generators/page/template.liquid.tt
locomotivecms_wagon-1.2.0 generators/page/template.liquid.tt
locomotivecms_wagon-1.1.0 generators/page/template.liquid.tt