No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

base_backend.html 302B

1234567891011121314
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. {% block title %}<title></title>{% endblock %}
  6. {% block head %}{% endblock %}
  7. </head>
  8. <body>
  9. <div id="content">
  10. {% block content %}{% endblock %}
  11. </div>
  12. {% block javascript %}{% endblock %}
  13. </body>
  14. </html>