maintenance.html 302 B

123456789101112
  1. {% extends 'base.html' %}
  2. {% block title %} Export in Progress {% end %}
  3. {% block body %}
  4. <div class="container">
  5. <h1>Export in Progress</h1>
  6. <p>We're currently exporting URLs to the Internet Archive. Please check back later; we'll be back soon!</p>
  7. </div>
  8. <!-- {{ 'URLTeam ' * 100 }} -->
  9. {% end %}