404.html 134 B

1234567
  1. {% extends "theme.html" %}
  2. {% block content %}
  3. <div class="pannel">
  4. <h2>您要访问的页面没有数据</h2>
  5. </div>
  6. {% end %}