Sha256: f2b97904e5bea0bc54f0589020d7b3369adda93dbcf1ccfd82d63fa43fcedb74

Contents?: true

Size: 673 Bytes

Versions: 11

Compression:

Stored size: 673 Bytes

Contents

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

# TODO: explain it (used only if the page is not for the defaut locale)
slug: <%= config[:slug] -%>
<% end %>

# TODO: explain it
listed: true

# TODO: explain it
published: true

# TODO: explain it
# position: 1

# TODO: explain it
# redirect_url: "<url to a page or to a remote url>"

# TODO: explain it
# content_type: "<slug of one of the content types>"

# TODO: explain it
# 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

{% endblock %}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
locomotivecms_wagon-1.0.2 generators/page/template.liquid.haml.tt
locomotivecms_wagon-1.0.1 generators/page/template.liquid.haml.tt
locomotivecms_wagon-1.0.0 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha8 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha7 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha6 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha5 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha4 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha3 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha2 generators/page/template.liquid.haml.tt
locomotivecms_builder-1.0.0.alpha1 generators/page/template.liquid.haml.tt