Report abuse

single


			

{{ article.title }}

{{ article.published_at | format_date: 'standard' }} Posted by {{ article.author.login }}
{{ article.body }}
{% for comment in comments %}
{{ comment.created_at | format_date: 'standard' }} Comment by {{ comment.author }}
{{ comment.body }}
{% endfor %}

Got something to add?

{% commentform %}

Your name:
{{ form.name }}

Your email:
{{ form.email }}

Your blog:
{{ form.url }}

Your comment:
{{ form.body }}

{{ form.submit }} {% endcommentform %}

 layout


			


  {% head %}
    {{ site.title }}
    
               {{ head.feed }}
               {{ head.javascript }}
    
  {% endhead %}
  
    
    
{{ content_for_layout }}

home


			
{% for article in articles %}

{{ article | link_to_article }}

{{ article.published_at | format_date: 'standard' }} Posted by {{ article.author.login }}
{{ article.body }}
{{ article | link_to_comments }}
{% endfor %}