| title | Spine Model Uses | |
|---|---|---|
| keywords | documentation, model | |
| summary | These are some of the ways in which the Spine Model can been useful... | |
| sidebar | documentation_sidebar | |
| permalink | uses.html | |
| folder | documentation | |
| tags |
|
{% for post in site.posts %}
{% if post.category == "Uses" %}
-
{{ post.title }}
{% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}
{% include links.html %}