~/blog/{{ article.slug }}.txt
{% if article.excerpt %}
# {{ article.excerpt }}
{% endif %}{{ article.content }}
visitor@universal-web:~/blog$ cat {{ article.slug }}.txt
// {{ article.view_count }} view(s) logged.
# {{ article.excerpt }}
{% endif %}