{% extends "layout.html" %} {% block title %}The Transcript{% endblock %} {% block outerbody %} {% set image = site.get('/blog').attachments.images.first() %} {% if image %}
{% endif %} {{ super() }} {% endblock %} {% set feed_url = create_atom_feed( filename='/blog/feed.xml', title='The Transcript', subtitle='Lektor\'s blog', link='/blog'|url, items=site.query('/blog').limit(10) ) %} {% block body %}“The Transcript” is the blog about Lektor, a new solution in static content managment.
Subscribe for the latest news about Lektor as well as content management and web development.