Sha256: 8f57da8eb03d59e3508e739c964841a3e7fff9c3331b35e66c3b1e9e4d215581
Contents?: true
Size: 575 Bytes
Versions: 23
Compression:
Stored size: 575 Bytes
Contents
--- title: Template page of a project # true if the page is included in the menu listed: false # true if the page is published published: true # position among sibling pages # position: 1 # content type that this page is templatizing content_type: "projects" --- {% extends index %} {% block main %} .row .small-12.columns %h2 {{ project.category.name }} :: {{ project.name }} .row .small-12.large-8.columns {{ project.description }} .small-12.large-4.columns %img{ src: '{{ project.image.url | resize: "300x234#" }}', class: 'th' } {% endblock %}
Version data entries
23 entries across 23 versions & 2 rubygems