Sha256: fb6abe704b3a651e05f50070a2f7833a0e28686fd1e9234e7f150c777e57fdbe

Contents?: true

Size: 389 Bytes

Versions: 25

Compression:

Stored size: 389 Bytes

Contents

---
title: A song template
content_type: songs
handle: a-song-template
---
{% extends 'index' %}

{% block content %}

%h3 {{ song.title }}

%p {{ song.short_description }}

#is_templatized{templatized: "{{ page.templatized? }}"}
#content_type_size{content_type_size: "{{ page.content_type.size }}"}
#content_type_count{content_type_count: "{{ page.content_type.count }}"}

{% endblock %}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.8.0.alpha1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.7.1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.7.0 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.6.1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.6.0 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.6.0.rc1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.6.0.beta1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.3 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.2 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0.rc1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0.rc0 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0.beta3 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0.beta2 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.5.0.beta1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.4.1 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.4.0 spec/fixtures/default/app/views/pages/songs/template.liquid.haml
locomotivecms_steam-1.4.0.rc2 spec/fixtures/default/app/views/pages/songs/template.liquid.haml