Sha256: d0044634fa6eb45618c161604add7c44192e7aa30a2d0cb23498e5ef2ee03cee

Contents?: true

Size: 274 Bytes

Versions: 45

Compression:

Stored size: 274 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>

{% fetch_page our-music as my_page %}
<p>Single page: {{ my_page.title }}</p>
{% endblock %}

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
locomotivecms_wagon-3.0.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-3.0.0.rc0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-3.0.0.beta2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.4.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.4.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.4.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.4.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.3.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.3.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.2.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.2.0.rc3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.2.0.rc2 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.2.0.rc1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.2.0.beta1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.1.1 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.1.0 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.1.0.rc5 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.1.0.rc4 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.1.0.rc3 spec/fixtures/default/app/views/pages/all.liquid.haml
locomotivecms_wagon-2.0.1 spec/fixtures/default/app/views/pages/all.liquid.haml