{"Imported"} {{ imported_posts }} {"posts"}
{"Imported"} {{ imported_pages }} {"pages"}
{"Please add these lines to .htaccess file in order to keep old links working"}:
{% foreach links as _old_link, _new_link %}
redirect 301 {{ _old_link }} {{ _new_link }}
{% end %}