{{ article.title }}

Posted by {{ article.author.login }}, {{ article.published_at }}

{{ article.excerpt }} {{ article.body }}

Filed Under: {% for section in article.sections %} {{ section | link_to_section }} {% endfor %} | Tags: {% for tag in article.tags %}{{ tag | link_to_tag }} {% endfor %}

Comments

Leave a response

    {% for comment in article.comments %}
  1. {{ comment.author }} {{ comment.created_at | strftime: '%m.%d.%y / %H%p' }}
    {{ comment.body }}
  2. {% endfor %}
{% commentform %}

Have your say

A name is required. You may use HTML in your comments.

{{ form.name }}
{{ form.email }}
{{ form.url }}

{{ form.body }}

{% endcommentform %}