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