<!DOCTYPE html> <html> <head> <title>{{ page.title }} - {{ article.title }}</title> {% stylesheet_link "style.css" %} {{ blog.rss_link }} </head> <body> <h1>{% editable article.title %}</h1> <p class="article_properties"> Created on {{ article.created_at | format_date: "%d.%m.%Y" }} by {{ article.author.name }}, <a href="{{ page.url }}">See all articles</a> </p> {% editable article.excerpt %} {% editable article.body %} {% editable article.tags %} <hr> <a href="{{ blog.rss_url }}">Subscribe to RSS feed</a> {% sitejs_include %} </body> </html>