Sha256: 39a0ac5e6d5f89f79860ddf3bd3118b5da403e82364e49169e70d00cefc31fcc

Contents?: true

Size: 195 Bytes

Versions: 38

Compression:

Stored size: 195 Bytes

Contents

---
title: All the pages
listed: false
published: false
---
{% extends parent %}
{% block content %}
<ul>
{% for page in site.pages %}
<li>{{ page.title }}</li>
{% endfor %}
</ul>
{% endblock %}

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
locomotivecms_steam-1.1.2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.2.0.beta1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.1.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.1.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.1.0.rc3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.1.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.1.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc10 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc9 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc8 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc6 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc4 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.pre.beta.3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.pre.beta.2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_steam-1.0.0.pre.beta.1 spec/fixtures/default/app/views/pages/all.liquid.haml