{% for path in paths %}{{ path }} {% endfor %}{ {% if frequency %}
    {{ frequency }}{% endif %}{% if keep %}
    rotate {{ keep }}{% endif %}{% if compress %}
    compress{% endif %}{% if ignore_missing %}
    missingok{% endif %}{% if shared_postscript %}
    sharedscripts{% endif %}{% if post_rotate %}
    postrotate
        {%- for line in post_rotate %}
        {{ line }}
        {%- endfor %}
    endscript{% endif %}
    #notifempty
    #dateext
    #mail www@my.org
}