{# copied from github.com/hit9/rux-theme.default.git #} {{blog.name}} {# Due to wkhtmltopdf, this path should be absolute #}
{% for post in posts %}

{{post.title}}

{{post.datetime.strftime("%b %d, %y")}}

{% if post.title_pic %}
{{post.title}}
{% endif %}
{{post.html}}
* * *
{% endfor %}