1[% WRAPPER page/wrapper.tt title=loc("Export") %]
2
3<div id="content">
4    [%loc('You can export all the pages in this web as a zip file in either HTML (with working links and all) or the pure markup (to import in another wiki).')%]
5    <ul id="feedsList">
6        <li><a href="[% c.uri_for('export_html') %]" rel="nofollow">[%loc('HTML')%]</a></li>
7        <li><a href="[% c.uri_for('export_raw') %]" rel="nofollow">[%loc('Raw markup')%]</a></li>
8    </ul>
9</div>
10
11[% END %]
12